CheckPermissionsSettings Class |
Namespace: CMS.IO
public class CheckPermissionsSettings
The CheckPermissionsSettings type exposes the following members.
Name | Description | |
---|---|---|
CheckPermissionsSettings(String) |
Initializes a new instance of CheckPermissionsSettings.
| |
CheckPermissionsSettings(String, Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of CheckPermissionsSettings.
|
Name | Description | |
---|---|---|
CheckDelete |
True, if check for 'Delete' permission is to be done.
| |
CheckModify |
True, if check for 'Modify' permission is to be done.
| |
CheckRead |
True, if check for 'Read' permission is to be done.
| |
CheckWrite |
True, if check for 'Write' permission is to be done.
| |
FullPath |
Full physical path of the folder.
|