CSGenericAccessControlEntry Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class specifies a generic access control entry as implemented in Content Studio. Derived classes should implement detailed behaviors of their specific entry.
Inheritance Hierarchy

SystemObject
  ContentStudio.Security.AccessControlEditCSGenericAccessControlEntry
    ContentStudio.Security.AccessControlEditCSDiscretionaryAccessControlEntry

Namespace: ContentStudio.Security.AccessControlEdit
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public abstract class CSGenericAccessControlEntry

The CSGenericAccessControlEntry type exposes the following members.

Constructors

  NameDescription
Protected methodCSGenericAccessControlEntry
Creates a new instance of the CSGenericAccessControlEntry class.
Top
Properties

  NameDescription
Public propertyAceFlags
Gets or sets a value that specifies the properties of this entry.
Public propertyInherited
When implemented in derived classes, gets a value that indicates whether the entry is inherited from the parent object or not.
Public propertyKey
When implemented in derived classes, gets a unique key for this item. The list will be sorted according to this value.
Public propertyRawAccessMask
Gets a value that specifies the access mask of this entry.
Public propertyRawAceType
Gets a value that specifies the type of access that this entry specifies.
Public propertySID
Gets a value that specifies the trustee of this entry.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSetAccessMask
This protected method enables inherited classes to change the AccessMask for a CSGenericAccessControlEntry.
Protected methodSetAceType
This protected method enables inherited classes to change the AccessMask for a CSGenericAccessControlEntry.
Public methodToString (Inherited from Object.)
Public methodWriteXml
When overridden in derived classes writes the Xml representation of this CSGenericAccessControlEntry to the supplied XmlWriter.
Top
See Also

Reference