CheckPermissionsSettings Constructor (String, Boolean, Boolean, Boolean, Boolean) |
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public CheckPermissionsSettings(
string fullPath,
bool checkRead,
bool checkWrite,
bool checkModify,
bool checkDelete
)
Parameters
- fullPath
- Type: SystemString
Full physical path to the folder. - checkRead
- Type: SystemBoolean
True, if check for 'Read' permission is to be done. - checkWrite
- Type: SystemBoolean
True, if check for 'Write' permission is to be done. - checkModify
- Type: SystemBoolean
True, if check for 'Modify' permission is to be done. - checkDelete
- Type: SystemBoolean
True, if check for 'Delete' permission is to be done.
See Also