The FileResponse class represents an instance of a file response from the Ecrion Omni System repository.
Members/Properties
Name |
Description |
Represents the name of the file from the Ecrion Omni System repository |
|
Represents the last UTC date time when the file was modified |
|
Represents the name of the user which locked the file for edit |
Specifies the name of the file in the Ecrion Omni System repository.
public String Name;
Specifies the last UTC date time when the file was modified.
public DateTime LastModifiedUTC;
Specifies the the name of the user which locked the file for edit.
public String LockedBy;