Click or drag to resize

ISecurityDescriptor Methods


The ISecurityDescriptor type exposes the following members.

Methods
  Name Description
Public method AddEntry Add a permission entry to the selected user group
Public method AllowUser Check if the user has the specified permission
Public method Clear Remove all permission entries from the Security Descriptor
Public method Entries Retrieves the list of permissions
Public method RemoveEntry(INodeLevelPermission) Remove a permission entry from the Security Descriptor
Public method RemoveEntry(IUserGroup) Remove a user group from the Security Descriptor
Public method RootPageId Obsolete.
Gets the root Page ID
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method UserPermission Get the highest available permission level of the specified user
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity)
Top
See Also