CSSecurityDescriptor Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The CSSecurityDescriptor type exposes the following members.

Properties

  Name Description
Public property ControlFlags
Gets the controlflags in the security descriptor.
(Inherited from CSGenericSecurityDescriptor.)
Public property DACLProtected
Get as value that indicates whether the object this security descriptor's discretionary access control list is protected from receiving inheritable permissions from its parent object or not. To set this property use the AccessControl.SetObjectSecurity method.
Public property DiscretionaryAccessControlList
Gets a CSDiscretionaryAccessControlList that represents the discretionary access control list in a Content Studio security descriptor.
Public property IsContainer
Get as value that indicates whether the object this security descriptor belongs to is a container for other objects or not.
(Inherited from CSGenericSecurityDescriptor.)
Public property IsFileSystemObject
Gets a value indicating whether this security descriptor represents file system object.
(Inherited from CSGenericSecurityDescriptor.)
Public property ObjectId
Gets the identifier of the securable object that this security descriptor belongs to.
(Inherited from CSGenericSecurityDescriptor.)
Public property ObjectName
Get the name of the object that this security descriptor belongs to.
(Inherited from CSGenericSecurityDescriptor.)
Public property ObjectType
Gets the type of object that this security descriptor belongs to.
(Inherited from CSGenericSecurityDescriptor.)
Public property Owner
Gets SecurityIdentifier object that indicates the owner of the object that this security descriptor belongs to. To set this flag use the AccessControl.SetObjectSecurity method.
(Inherited from CSGenericSecurityDescriptor.)
Public property OwnerName
Gets the name of the owner of this security descriptor.
(Inherited from CSGenericSecurityDescriptor.)
Public property SecurityDescriptorId
Gets the internal Content Studio identifier of the security descriptor.
(Inherited from CSGenericSecurityDescriptor.)
Public property TreeId
Gets the identifier of the topmost parent securable object that this security descriptor belongs to.
(Inherited from CSGenericSecurityDescriptor.)
Top
See Also

Reference