Click or drag to resize
WidgetRoleInfoProviderRemoveRoleFromWidget Method
Deletes specified widgetRole.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
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