| ISecurityDescriptorsManager Methods | 
The ISecurityDescriptorsManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AssetRootDescriptor | 
            Retrieves the Security Descriptor for the asset root
             | 
|  | CloneDescriptor(ISecurityDescriptor, IContentItem) | 
            Copy the Security Descriptor
             | 
|  | CloneDescriptor(ISecurityDescriptor, IUnmanagedAssetItem) | 
            Copy the Security Descriptor
             | 
|  | DeepCloneT, TManager | 
            Duplicates an object instance, not including its unique ID.
            (Inherited from ITransactionalEntity.) | 
|  | Descriptor(String) | 
            Retrieves the Security Descriptor for a content item.
             | 
|  | Descriptor(IContentItem) | 
            Retrieves the Security Descriptor for a content item.
             | 
|  | Descriptor(IUnmanagedAssetItem) | 
            Retrieves the Security Descriptor for a content item.
             | 
|  | Descriptors | 
            Retrieves a paginated list of Security Descriptors
             | 
|  | DescriptorsCount | 
            Retrieves the total count of all Security Descriptors
             | 
|  | HasDescriptor | 
            Retrieves if the content item has a Security Descriptor.
             | 
|  | QuickWrite | 
            Creates a temporary Write Session to quickly write something outside the current Session  and transaction.
            This is a way to bypass the transaction and quickly put something into the content store.
            (Inherited from ITransactionalEntity.) | 
|  | RemoveDescriptor(IContentItem) | 
            Remove all Security Descriptors from the specified Content Item
             | 
|  | RemoveDescriptor(ISecurityDescriptor) | 
            Remove a Security Descriptor
             | 
|  | RemoveDescriptorEntriesForGroup | 
            Remove all Security Descriptors from the specified group
             | 
|  | SetPermission(IUserGroup, IContentItem, EnumNodeLevelPermission) | 
            Create a Security Descriptor with the specified permission.
             | 
|  | SetPermission(IUserGroup, IUnmanagedAssetItem, EnumNodeLevelPermission) | 
            Create a Security Descriptor with the specified permission.
             | 
 See Also
See Also