SPDeletedSiteLookupInfo Class

Represents information about a deleted site collection, such as its content database, subscription, and web application.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPDeletedSiteLookupInfo

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

SPDeletedSiteLookupInfo Members

Microsoft.SharePoint.Administration Namespace