Tenant.RemoveDeletedSite method
Permanently removes the specified deleted site from the recycle bin.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Function RemoveDeletedSite ( _
siteUrl As String _
) As SpoOperation
'Usage
Dim instance As Tenant
Dim siteUrl As String
Dim returnValue As SpoOperation
returnValue = instance.RemoveDeletedSite(siteUrl)
public virtual SpoOperation RemoveDeletedSite(
string siteUrl
)
Parameters
siteUrl
Type: System.StringA string that represents the URL of the deleted site.
Return value
Type: Microsoft.Online.SharePoint.TenantAdministration.SpoOperation
SpoOperation