Class RVSharePointDataSource
Sharepoint data source, contains the URL to the Sharepoint site to use.
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVSharePointDataSource : RVDashboardDataSource
Constructors
RVSharePointDataSource()
Declaration
public RVSharePointDataSource()
Properties
AuthenticationMethod
The authentication method to use when connecting to Sharepoint
Declaration
public RVSharePointAuthenticationMethod AuthenticationMethod { get; set; }
Property Value
Type | Description |
---|---|
RVSharePointAuthenticationMethod |
Url
URL to the Sharepoint site (or sub site) to use
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |