UIElementInfoProviderGetRolesUIElements Method |
Returns all UIElements for which the roles have permission.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax public static InfoDataSet<UIElementInfo> GetRolesUIElements(
IEnumerable<int> rolesIds,
string columns
)
Parameters
- rolesIds
- Type: System.Collections.GenericIEnumerableInt32
Role IDs - columns
- Type: SystemString
Data columns to return
Return Value
Type:
InfoDataSetUIElementInfoSee Also