Tenant.GetDeletedSiteProperties method
Returns a list of properties of deleted sites for the current tenant.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Function GetDeletedSiteProperties ( _
startIndex As Integer _
) As SPODeletedSitePropertiesEnumerable
'Usage
Dim instance As Tenant
Dim startIndex As Integer
Dim returnValue As SPODeletedSitePropertiesEnumerable
returnValue = instance.GetDeletedSiteProperties(startIndex)
public virtual SPODeletedSitePropertiesEnumerable GetDeletedSiteProperties(
int startIndex
)
Parameters
startIndex
Type: System.Int32An integer that represents the start index of the list of deleted sites.
Return value
Type: Microsoft.Online.SharePoint.TenantAdministration.SPODeletedSitePropertiesEnumerable
SPODeletedSitePropertiesEnumerable