WidgetRoleInfoProviderRemoveRoleFromWidget Method |
Deletes specified widgetRole.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static void RemoveRoleFromWidget(
int roleId,
int widgetId,
int permissionId
)
Parameters
- roleId
- Type: SystemInt32
RoleID - widgetId
- Type: SystemInt32
WidgetID - permissionId
- Type: SystemInt32
Permission ID
See Also