Click or drag to resize
RoleUIElementInfoProviderSetRoleUIElementInfo Method
Sets (updates or inserts) specified role UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static void SetRoleUIElementInfo(
	RoleUIElementInfo infoObj
)

Parameters

infoObj
Type: CMS.ModulesRoleUIElementInfo
RoleUIElement to set
See Also