IRoleApplicationInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax RoleApplicationInfo Get(
int roleId,
int uiElementId
)
Parameters
- roleId
- Type: SystemInt32
Role ID. - uiElementId
- Type: SystemInt32
UI element ID.
Return Value
Type:
RoleApplicationInfoReturns an instance of
RoleApplicationInfo corresponding to given identifiers or null.
See Also