WidgetRoleInfoProviderGetWidgetRoleInfoInternal Method |
Returns the WidgetRoleInfo structure for the specified widget and role.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax protected virtual WidgetRoleInfo GetWidgetRoleInfoInternal(
int widgetId,
int roleId,
int permissionId
)
Parameters
- widgetId
- Type: SystemInt32
Widget id - roleId
- Type: SystemInt32
Role id - permissionId
- Type: SystemInt32
Permission id
Return Value
Type:
WidgetRoleInfoSee Also