ClientContext constructor
Initializes a new instance of the ClientContext class.
Overload list
Name | Description | |
---|---|---|
ClientContext(String) | Initializes a new instance of the ClientContext class for the SharePoint site with the specified absolute URL. | |
ClientContext(Uri) | Initializes a new instance of the ClientContext class for the site with the specified Uri object. |
Top