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

Note: This API is now obsolete.

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