Click or drag to resize
UIElementInfoProviderGetRolesUIElementsInternal Method
Returns all UIElements for which the given roles have permission.

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