Share via


SPDeletedSite.Path Property

Gets the server-relative path of the deleted site.

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

Syntax

'Declaration
Public ReadOnly Property Path As String
    Get
'Usage
Dim instance As SPDeletedSite
Dim value As String

value = instance.Path
public string Path { get; }

Property Value

Type: System.String
The server-relative path of the deleted site.

See Also

Reference

SPDeletedSite Class

SPDeletedSite Members

Microsoft.SharePoint.Administration Namespace