Click or drag to resize
MOVEitFolderInfo Class
Container object used to provide information about a specific folder 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 MOVEitFolderInfo : MOVEitObjectInfo

The MOVEitFolderInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllowFileOverwrite
Indicates whether files of the same name will silently overwrite existing files of the same name.
Public propertyCleanTime
Describes after how many days old files in this folder will be cleaned up.
Public propertyCleanType
Describes what kind of automated clean up is regularly performed on this folder.
Public propertyDataInitialized
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.)
Public propertyDescription
Description of this folder.
Public propertyEnforceUniqueFilenames
Indicates whether files in this folder must have unique names.
Public propertyFileMaskRule
Indicates whether files uploaded to the folder that match the configured filemasks will be allowed or denied.
Public propertyFileMasks
Comma-delimited list of filemasks which all files uploaded to the folder will be matched against.
Public propertyFolderType
Indicates what kind of folder this is.
Public propertyID
The unique ID of this folder.
Public propertyInstID
ID of the organization this folder exists in.
Public propertyName
The (short) name of this folder.
Public propertyNewTime
The maximum amount of time, in days, that files in this folder are considered "new".
Public propertyNoteDelRcpType
Describes what kind of delivery recipient notifications are used in this folder.
Public propertyNoteNewFileTime
Describes how often new file batch notifications are sent.
Public propertyNoteNewFileType
Describes what kind of new file notifications are used in this folder.
Public propertyNoteUpConfirmTime
Describes how often upload confirmation batch notifications are sent.
Public propertyNoteUpConfirmType
Describes what kind of upload confirmation notifications are used in this folder.
Public propertyOrgID
ID of the organization this folder exists in.
Public propertyOwner
The username of this folder's owner. (Home folders only)
Public propertyParentID
The ID of this folder's parent folder or "0" if it does not have a parent folder.
Public propertyParentInheritRights
Indicates whether the folder inherits its permissions from its parent folder.
Public propertyPath
The (long) name of this folder.
Public propertyPermission
A MOVEit Permission String describing the currently authorized user's permissions on this folder.
Public propertyQuota
The folder quota, if any, in bytes.
Public propertyResponseText
For webpost folders, text to display after a post to this folder.
Public propertyResponseTime
For webpost folders, the time after which redirection occurs.
Public propertyResponseType
For webpost folders, the webpost completion and redirection setting.
Public propertySubfolderCleanTime
Describes after how many days empty subfolders in this folder will be cleaned up.
Public propertySystemType
Indicates if this folder is under the control of users or the MOVEit Transfer system.
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.

See Also