ISecurity
|
The ISecurityDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddEntry | Add a permission entry to the selected user group |
|
|
AllowUser | Check if the user has the specified permission |
|
|
Clear | Remove all permission entries from the Security Descriptor |
|
|
Entries | Retrieves the list of permissions |
|
|
RemoveEntry(INodeLevelPermission) | Remove a permission entry from the Security Descriptor |
|
|
RemoveEntry(IUserGroup) | Remove a user group from the Security Descriptor |
|
|
RootPageId |
Obsolete.
Gets the root Page ID |
|
|
Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity) |
|
|
UserPermission | Get the highest available permission level of the specified user |
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity) |
|
|
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) |