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
webFullUrl
Type: System.StringA string that contains the URL.