Tenant.GetAllDeletedPersonalSitesPropertiesAllVersions method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Function GetAllDeletedPersonalSitesPropertiesAllVersions ( _
startIndex As Integer _
) As SPODeletedSitePropertiesEnumerable
'Usage
Dim instance As Tenant
Dim startIndex As Integer
Dim returnValue As SPODeletedSitePropertiesEnumerable
returnValue = instance.GetAllDeletedPersonalSitesPropertiesAllVersions(startIndex)
public virtual SPODeletedSitePropertiesEnumerable GetAllDeletedPersonalSitesPropertiesAllVersions(
int startIndex
)
Parameters
- startIndex
Type: System.Int32
Return value
Type: Microsoft.Online.SharePoint.TenantAdministration.SPODeletedSitePropertiesEnumerable