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