Click or drag to resize
MOVEitFolderInfoFileMaskRule Property
Indicates whether files uploaded to the folder that match the configured filemasks will be allowed or denied.

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

Property Value

Type: Int32
Remarks
Possible rule values are:
0Allow all files except those matching a mask
1Deny all files except those matching a mask
See Also