Click or drag to resize
MOVEitFolderInfoFileMasks Property
Comma-delimited list of filemasks which all files uploaded to the folder will be matched against.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string FileMasks { get; }

Property Value

Type: String
Remarks
Matched files will be allowed or denied based on the fileMaskRule setting. Filemasks may contain the multi-wildcard "*" and single-wildcard "?" characters.
See Also