Click or drag to resize

ACLEntryTypeGeneratorAclPermissions Class

A static class that has three string constants that represent the ACL permission level.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.Capture.CmisACLEntryTypeGeneratorAclPermissions

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static class AclPermissions

The ACLEntryTypeGeneratorAclPermissions type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAll
Returns the 'cmis:all' ACL permission level.
Public fieldStatic memberRead
Returns the 'cmis:read' ACL permission level.
Public fieldStatic memberWrite
Returns the 'cmis:write' ACL permission level.
Top
Remarks
Caution note Caution
This class is available with .NET Framework 3.5 and 4.5.2 only.
See Also