Click or drag to resize
WidgetRoleInfoProvider.GetWidgetRoleInfoInternal Method
Returns the WidgetRoleInfo structure for the specified widget and role.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WidgetRoleInfo GetWidgetRoleInfoInternal(
	int widgetId,
	int roleId,
	int permissionId
)

Parameters

widgetId
Type: System.Int32
Widget id
roleId
Type: System.Int32
Role id
permissionId
Type: System.Int32
Permission id

Return Value

Type: WidgetRoleInfo
See Also