Click or drag to resize
RoleUIElementInfoProviderGetRoleUIElementInfoInternal Method
Returns the RoleUIElementInfo structure for the specified role UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual RoleUIElementInfo GetRoleUIElementInfoInternal(
	int roleId,
	int elementId
)

Parameters

roleId
Type: SystemInt32
RoleID
elementId
Type: SystemInt32
ElementID

Return Value

Type: RoleUIElementInfo
See Also