WidgetRoleInfoProviderIsWidgetAllowed Method (Int32, Int32, Boolean) |
Returns true if widget is allowed for specified user.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static bool IsWidgetAllowed(
int widgetId,
int userId,
bool isAuthenticated
)
Parameters
- widgetId
- Type: SystemInt32
ID of the widget - userId
- Type: SystemInt32
ID of the accessing user - isAuthenticated
- Type: SystemBoolean
Value indicating if accessing user is authenticated
Return Value
Type:
BooleanSee Also