DeletedSiteProperties constructor (ClientRuntimeContext, String)
Creates an instance of the DeletedSiteProperties object.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
url As String _
)
'Usage
Dim context As ClientRuntimeContext
Dim url As String
Dim instance As New DeletedSiteProperties(context, _
url)
public DeletedSiteProperties(
ClientRuntimeContext context,
string url
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe ClientRuntimeContext object that represents the current runtime context.
url
Type: System.StringThe URL of the deleted site.
Remarks
Initially, only the URL property is set. The rest of the properties are loaded lazily.