MOVEitFileInfo Class |
Namespace: MOVEit.DMZ.API
The MOVEitFileInfo type exposes the following members.
Name | Description | |
---|---|---|
CurrentFileType |
Describes what type of file this file is currently.
| |
DataInitialized |
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.) | |
DownloadCount |
Number of times this file has been downloaded.
| |
FileSize |
Size in bytes of this file.
| |
FolderID |
ID of the folder this file is currently in.
| |
ID |
The unique ID of this file. Also known as the tracking number.
| |
InstID |
ID of the organization this file exists in.
| |
Name |
The name of this file.
| |
OrgID |
ID of the organization this file exists in.
| |
OriginalFilename |
The original name of this file.
| |
OriginalFileType |
Describes what type of file this file was originally.
| |
Path |
The full path of this file.
| |
UploadAgentBrand |
Brand of the agent used to upload this file.
| |
UploadAgentVersion |
Version of the agent used to upload this file.
| |
UploadComment |
Any optional comments uploaded with this file.
| |
UploadIntegrity |
1 if file was uploaded with integrity checking, 0 if file was not.
| |
UploadIP |
The IP Address, if any, from which this file was uploaded.
| |
UploadStamp |
The date and time this file was uploaded.
| |
UploadUsername |
The username of the user account which uploaded this file.
| |
UploadUserRealname |
The real name of the user account which uploaded this file.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Instances of the object are returned by various methods of the Client object. An instance of the object is populated using information returned from the MOVEit Transfer host, and then passed on to the calling program, which can then access the information through the available methods.
Note that not all fields may be populated depending on the method used and the permissions of the currently signed-on user. A blank string is the uninitialized value for string fields, and -1 is the value for numeric fields. The uninitialized value for datetime fields is 0 ticks.