Class RVSharePointDataSource
Sharepoint data source, contains the URL to the Sharepoint site to use.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.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 |