Click or drag to resize
MOVEitFileInfo Class
Container object used to provide information about a specific file on a MOVEit Transfer server.
Inheritance Hierarchy

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public class MOVEitFileInfo : MOVEitObjectInfo

The MOVEitFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyCurrentFileType
Describes what type of file this file is currently.
Public propertyDataInitialized
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.)
Public propertyDownloadCount
Number of times this file has been downloaded.
Public propertyFileSize
Size in bytes of this file.
Public propertyFolderID
ID of the folder this file is currently in.
Public propertyID
The unique ID of this file. Also known as the tracking number.
Public propertyInstID
ID of the organization this file exists in.
Public propertyName
The name of this file.
Public propertyOrgID
ID of the organization this file exists in.
Public propertyOriginalFilename
The original name of this file.
Public propertyOriginalFileType
Describes what type of file this file was originally.
Public propertyPath
The full path of this file.
Public propertyUploadAgentBrand
Brand of the agent used to upload this file.
Public propertyUploadAgentVersion
Version of the agent used to upload this file.
Public propertyUploadComment
Any optional comments uploaded with this file.
Public propertyUploadIntegrity
1 if file was uploaded with integrity checking, 0 if file was not.
Public propertyUploadIP
The IP Address, if any, from which this file was uploaded.
Public propertyUploadStamp
The date and time this file was uploaded.
Public propertyUploadUsername
The username of the user account which uploaded this file.
Public propertyUploadUserRealname
The real name of the user account which uploaded this file.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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.

See Also