Share via


SPDeletedSiteQuery.PathLike property

Gets or sets the prefix of the server-relative URL of the deleted site collection.

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

Syntax

'Declaration
Public Property PathLike As String
    Get
    Set
'Usage
Dim instance As SPDeletedSiteQuery
Dim value As String

value = instance.PathLike

instance.PathLike = value
public string PathLike { get; set; }

Property value

Type: System.String
The prefix of the server-relative URL of the deleted site collection.

See also

Reference

SPDeletedSiteQuery class

SPDeletedSiteQuery members

Microsoft.SharePoint.Administration namespace