Click or drag to resize
IRoleUIElementInfoProviderGet Method (Int32, Int32)
Gets an instance of the RoleUIElementInfo binding structure.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
RoleUIElementInfo Get(
	int roleId,
	int uiElementId
)

Parameters

roleId
Type: SystemInt32
Role ID.
uiElementId
Type: SystemInt32
UI element ID.

Return Value

Type: RoleUIElementInfo
Returns an instance of RoleUIElementInfo corresponding to given identifiers or null.
See Also