MOVEitFolderInfoFileMaskRule Property |
Indicates whether files uploaded to the folder that match the configured filemasks will be allowed or denied.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int FileMaskRule { get; }
Public ReadOnly Property FileMaskRule As Integer
Get
public:
property int FileMaskRule {
int get ();
}
Property Value
Type:
Int32Remarks
Possible rule values are:
0 | Allow all files except those matching a mask |
1 | Deny all files except those matching a mask |
See Also