Is it possible to add custom file attribute in file Properties preferably using Java, otherwise C#?
Custom fields I want to do is
- Don't let the file copy. (But it can be modified)
- Don't let the file attach to anything that that connects to network.
Here you can see below Where I want to add these attributes.
First question is can I actually do this? If yes then how? Any Idea will be really appreciated.