MOVEitFolderInfo Class |
Namespace: MOVEit.DMZ.API
The MOVEitFolderInfo type exposes the following members.
Name | Description | |
---|---|---|
AllowFileOverwrite |
Indicates whether files of the same name will silently overwrite existing files of the same name.
| |
CleanTime |
Describes after how many days old files in this folder will be cleaned up.
| |
CleanType |
Describes what kind of automated clean up is regularly performed on this folder.
| |
DataInitialized |
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.) | |
Description |
Description of this folder.
| |
EnforceUniqueFilenames |
Indicates whether files in this folder must have unique names.
| |
FileMaskRule |
Indicates whether files uploaded to the folder that match the configured filemasks will be allowed or denied.
| |
FileMasks |
Comma-delimited list of filemasks which all files uploaded to the folder will be matched against.
| |
FolderType |
Indicates what kind of folder this is.
| |
ID |
The unique ID of this folder.
| |
InstID |
ID of the organization this folder exists in.
| |
Name |
The (short) name of this folder.
| |
NewTime |
The maximum amount of time, in days, that files in this folder are considered "new".
| |
NoteDelRcpType |
Describes what kind of delivery recipient notifications are used in this folder.
| |
NoteNewFileTime |
Describes how often new file batch notifications are sent.
| |
NoteNewFileType |
Describes what kind of new file notifications are used in this folder.
| |
NoteUpConfirmTime |
Describes how often upload confirmation batch notifications are sent.
| |
NoteUpConfirmType |
Describes what kind of upload confirmation notifications are used in this folder.
| |
OrgID |
ID of the organization this folder exists in.
| |
Owner |
The username of this folder's owner. (Home folders only)
| |
ParentID |
The ID of this folder's parent folder or "0" if it does not have a parent folder.
| |
ParentInheritRights |
Indicates whether the folder inherits its permissions from its parent folder.
| |
Path |
The (long) name of this folder.
| |
Permission |
A MOVEit Permission String describing the currently authorized user's permissions on this folder.
| |
Quota |
The folder quota, if any, in bytes.
| |
ResponseText |
For webpost folders, text to display after a post to this folder.
| |
ResponseTime |
For webpost folders, the time after which redirection occurs.
| |
ResponseType |
For webpost folders, the webpost completion and redirection setting.
| |
SubfolderCleanTime |
Describes after how many days empty subfolders in this folder will be cleaned up.
| |
SystemType |
Indicates if this folder is under the control of users or the MOVEit Transfer system.
|
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.