Click or drag to resize

IModulesAccessGetAllItems Method

Returns the list of modules access.

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IList<IModuleAccessItem> GetAllItems()

Return Value

Type: IListIModuleAccessItem
List of modules access.
Remarks
It only returns the list of module access from the database.
For users who can access all modules, the list of modules could be empty.

A user always have an access to his default module and the `AskiaPortal` module even if it's not present in the list.
See Also