ClientContext constructor (String)

Initializes a new instance of the ClientContext class for the SharePoint site with the specified absolute URL.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    webFullUrl As String _
)
'Usage
Dim webFullUrl As String

Dim instance As New ClientContext(webFullUrl)
public ClientContext(
    string webFullUrl
)

Parameters

See also

Reference

ClientContext class

ClientContext members

ClientContext overload

Microsoft.SharePoint.Client namespace