The File class represents an instance of a document from the Ecrion Omni System repository.
Members/Properties
Name |
Description |
Represents the name of the file in the Ecrion Omni System repository |
|
Specifies the name of the user which has locked the file for editing |
|
Specifies the last time the document has been modified |
Specifies the name of the file in the Ecrion Omni System repository.
public String Name;
Specifies the last time the document has been modified. The date-time is specified in UTC format.
public DateTime LastModifiedUTC;
Specifies the name of the user which has locked the document for editing. If the document is not locked, the string returned by LockedBy will be empty.
public String LockedBy;