Click or drag to resize
CheckPermissionsSettings Class
Wrapper class for settings used for permission check of a folder.
Inheritance Hierarchy
SystemObject
  CMS.IOCheckPermissionsSettings

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax
C#
public class CheckPermissionsSettings

The CheckPermissionsSettings type exposes the following members.

Constructors
  NameDescription
Public methodCheckPermissionsSettings(String)
Initializes a new instance of CheckPermissionsSettings.
Public methodCheckPermissionsSettings(String, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of CheckPermissionsSettings.
Top
Properties
  NameDescription
Public propertyCheckDelete
True, if check for 'Delete' permission is to be done.
Public propertyCheckModify
True, if check for 'Modify' permission is to be done.
Public propertyCheckRead
True, if check for 'Read' permission is to be done.
Public propertyCheckWrite
True, if check for 'Write' permission is to be done.
Public propertyFullPath
Full physical path of the folder.
Top
See Also