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

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

Parameters

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

Return Value

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