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)
Available in Sandboxed Solutions: No

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