Class SharePointDataProvider
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides a data provider implementation for SharePoint data sources. This provider retrieves list schema information from a SharePoint site using REST API calls.
public sealed class SharePointDataProvider : IDataProvider, ISupportsLogger
- Inheritance
-
SharePointDataProvider
- Implements
- Inherited Members
Constructors
SharePointDataProvider(string)
Initializes a new instance of the SharePointDataProvider class with the specified SharePoint URL.
public SharePointDataProvider(string url)
Parameters
urlstringThe URL of the SharePoint site.
SharePointDataProvider(string, string, string, string)
Initializes a new instance of the SharePointDataProvider class with the specified connection details.
public SharePointDataProvider(string url, string username, string password, string domain)
Parameters
urlstringThe URL of the SharePoint site.
usernamestringThe user name for authentication.
passwordstringThe password for authentication.
domainstringThe domain for authentication.
Properties
ConnectionTimeout
Gets or sets the connection timeout (in seconds) used for REST requests.
public int ConnectionTimeout { get; set; }
Property Value
Url
Gets the base URL of the SharePoint site.
public string Url { get; }