SPDeletedSite.Path property

Gets the server-relative path of the deleted site.

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

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