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

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