MOVEitFolderInfoFileMasks Property |
Comma-delimited list of filemasks which all files uploaded to the folder will be matched against.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string FileMasks { get; }
Public ReadOnly Property FileMasks As String
Get
public:
property String^ FileMasks {
String^ get ();
}
Property Value
Type:
StringRemarks
Matched files will be allowed or denied based on the fileMaskRule
setting. Filemasks may contain the multi-wildcard "*" and single-wildcard "?"
characters.
See Also