Click or drag to resize

IPermissionItem Interface

Manage a permission item.

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IPermissionItem

The IPermissionItem type exposes the following members.

Properties
  NameDescription
Public propertyIsInherited
Indicates if the permission is inherited from a profile.
Public propertyKey
Indicates the key of the permission.
Public propertyModuleGuid
Indicates the module associated with the specified permission.
Public propertyPermission
Indicates the value of the permission.
Top
See Also