interface
IDmFile
IDmFile is an interface that represents a file saved in DocsMarshal.
To create an IDmFile you must create first an IFileValue and then it is necessary to pass it as parameter in the DmFile constructor ('New DmFile(new FileValue(<your_name>, <your_content>))').
Implemented interfaces:
Derived types:
This type is not derived by any type in DocsMarshal.
Properties
the last date time the file was modified.
Int32 Owner { get; set; }
The id of the owner of the file
String ReferenceId { get; set; }
The referenceId of the file in its storage provider.
Int32 Version { get; set; }
The version of the file