| WidgetRoleInfoProviderGetWidgetRoleInfo Method | 
            Returns the WidgetRoleInfo structure for the specified widget and role.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static WidgetRoleInfo GetWidgetRoleInfo(
	int widgetId,
	int roleId,
	int permissionId
)
Parameters
- widgetId
- Type: SystemInt32
 Widget id
- roleId
- Type: SystemInt32
 Role id
- permissionId
- Type: SystemInt32
 Permission id
Return Value
Type: 
WidgetRoleInfo See Also
See Also