ClientContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClientContext(String) | |
ClientContext(Uri) |
ClientContext(String)
public ClientContext (string webFullUrl);
new Microsoft.SharePoint.Client.ClientContext : string -> Microsoft.SharePoint.Client.ClientContext
Public Sub New (webFullUrl As String)
Parameters
- webFullUrl
- String
Applies to
ClientContext(Uri)
public ClientContext (Uri webFullUrl);
new Microsoft.SharePoint.Client.ClientContext : Uri -> Microsoft.SharePoint.Client.ClientContext
Public Sub New (webFullUrl As Uri)
Parameters
- webFullUrl
- Uri