WidgetRoleInfoProviderGetWidgetRoleInfo Method |
Returns the WidgetRoleInfo structure for the specified widget and role.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public static WidgetRoleInfo GetWidgetRoleInfo(
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