Click or drag to resize
RoleUIElementInfoProviderAddRoleUIElementInfo Method
Add specified role UI Element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static void AddRoleUIElementInfo(
	int roleId,
	int elementId
)

Parameters

roleId
Type: SystemInt32
RoleID
elementId
Type: SystemInt32
ElementID
See Also