UIElementInfoProviderGetRolesUIElementsInternal Method |
Returns all UIElements for which the given roles have permission.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax protected virtual InfoDataSet<UIElementInfo> GetRolesUIElementsInternal(
string roles,
string columns
)
Parameters
- roles
- Type: SystemString
Roles IDs separated with comma - columns
- Type: SystemString
Data columns to return
Return Value
Type:
InfoDataSetUIElementInfoSee Also