SPSiteAdministration class

Provides an abstraction for operations that require administrator access to the content space of a site collection.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPSiteAdministration

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPSiteAdministration _
    Implements IDisposable
'Usage
Dim instance As SPSiteAdministration
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPSiteAdministration : IDisposable

Remarks

The SPSiteAdministration class provides access to selected site collection properties without requiring access to the site collection itself.

This class encapsulates SPSite and SPWeb objects that contain a request that expects the user to be a global administrator, and that automatically grants full content rights to such a user.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPSiteAdministration members

Microsoft.SharePoint.Administration namespace