8 references to IsAuthorized
System.Web (8)
UI\WebParts\ImportCatalogPart.cs (2)
235if (!WebPartManager.IsAuthorized(partType, null, null, isShared)) { 248if (!WebPartManager.IsAuthorized(typeof(UserControl), userControlTypeName, null, isShared)) {
UI\WebParts\WebPartManager.cs (6)
2767if (!IsAuthorized(partType, null, null, isShared)) { 2792if (!IsAuthorized(typeof(UserControl), userControlTypeName, null, isShared)) { 3232return IsAuthorized(childType, childPath, authorizationFilter, webPart.IsShared); 3235return IsAuthorized(webPart.GetType(), null, authorizationFilter, webPart.IsShared); 3361if (IsAuthorized(type, null, authorizationFilter, isShared)) { 3385if (IsAuthorized(type, path, authorizationFilter, isShared)) {