Class FileResponse

Top Previous Topic Next Topic  Print this topic

The FileResponse class represents an instance of a file response from the Ecrion Omni System repository.

 

Members/Properties

 

Name

Description

Name

Represents the name of the file from the Ecrion Omni System repository

LastModifiedUTC

Represents the last UTC date time when the file was modified

LockedBy

Represents the name of the user which locked the file for edit

 

 

Name

 

Specifies the name of the file in the Ecrion Omni System repository.

 

 

       public String Name;

 

 

 

 

 

LastModifiedUTC

 

Specifies the last UTC date time when the file was modified.

 

 

       public DateTime LastModifiedUTC;

 

 

 

 

 

LockedBy

 

Specifies the the name of the user which locked the file for edit.

 

 

       public String LockedBy;