Click or drag to resize
UIElementInfoProviderGetRolesUIElements Method (IEnumerableInt32, String)
Returns all UIElements for which the roles have permission.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax
C#
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: InfoDataSetUIElementInfo
See Also