MOVEitFolderInfoEnforceUniqueFilenames Property |
Indicates whether files in this folder must have unique names.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int EnforceUniqueFilenames { get; }
Public ReadOnly Property EnforceUniqueFilenames As Integer
Get
public:
property int EnforceUniqueFilenames {
int get ();
}
Property Value
Type:
Int32Remarks
If this setting
is set to 0, then FTP, SSH and API users will see files in this folder listed as
"[OnlyName]_[FileID].[OnlyExt]". For example, given two copies of "readme.txt" with
fileID's of "111111" and "222222", a directory listing would display "readme_111111.txt"
and "readme_222222.txt". If set to 1, two files with the same name cannot be uploaded
to this folder.
See Also