Click or drag to resize

IPermissionsGetItems Method

Returns the permission items of the specified module guid.

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IList<IPermissionItem> GetItems(
	Nullable<Guid> moduleGuid = null
)

Parameters

moduleGuid (Optional)
Type: SystemNullableGuid
GUID of the module that contains the permissions to obtain.
It uses the current module CurrentModule if the value is null.

Return Value

Type: IListIPermissionItem
Returns the permission items of the specified module guid.
See Also