Tenant.GetDeletedSitePropertiesByUrl method

Gets the properties of the specified deleted site.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Overridable Function GetDeletedSitePropertiesByUrl ( _
    siteUrl As String _
) As DeletedSiteProperties
'Usage
Dim instance As Tenant
Dim siteUrl As String
Dim returnValue As DeletedSiteProperties

returnValue = instance.GetDeletedSitePropertiesByUrl(siteUrl)
public virtual DeletedSiteProperties GetDeletedSitePropertiesByUrl(
    string siteUrl
)

Parameters

  • siteUrl
    Type: System.String

    A string that represents the URL of the deleted site.

Return value

Type: Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties
DeletedSiteProperties

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace