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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<UIElementInfo> GetRolesUIElements(
	string roles,
	string columns
)

Parameters

roles
Type: SystemString
Role IDs
columns
Type: SystemString
Data columns to return

Return Value

Type: InfoDataSetUIElementInfo
See Also