Click or drag to resize

IModuleAccessItem Interface

Manage the access of a module for a user or user profile.

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

The IModuleAccessItem type exposes the following members.

Properties
  NameDescription
Public propertyDisallowAccess
Indicates if the access is explicitly disallow.
Public propertyIsInherited
Indicates if the module access is inherited from a user profile.
Public propertyModuleGuid
Guid of the module.
Public propertyUserId
Id of the user.
Public propertyUserProfileId
Id of the user profile.
Top
See Also