Click or drag to resize
UIElementInfoProviderGetRolesUIElementsInternal Method (String, String)

Note: This API is now obsolete.

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#
[ObsoleteAttribute("User GetRolesUIElements(IEnumerable<int>, string) instead.")]
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