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