ClientRuntimeContext constructor
Initializes a new instance of the ClientRuntimeContext class with the specified absolute URL.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Sub New ( _
webFullUrl As String _
)
'Usage
Dim webFullUrl As String
Dim instance As New ClientRuntimeContext(webFullUrl)
protected ClientRuntimeContext(
string webFullUrl
)
Parameters
webFullUrl
Type: System.StringThe String that represents the absolute URL for the site collection.