WidgetRoleInfoProviderIsWidgetAllowed Method (Int32, Int32, Boolean) |
Returns true if widget is allowed for specified user.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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