Class RVSharePointListDataSourceItem
Data source item to get data from a Sharepoint list
Inheritance
System.Object
RVSharePointListDataSourceItem
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 RVSharePointListDataSourceItem : RVBaseSharePointDataSourceItem
Constructors
RVSharePointListDataSourceItem(RVSharePointDataSource)
Declaration
public RVSharePointListDataSourceItem(RVSharePointDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVSharePointDataSource | dataSource |
Properties
IsLibrary
Is this list a document library?
Declaration
public bool IsLibrary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ListName
The title of the list (not the GUID!)
Declaration
public string ListName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListUrl
URL to the list
Declaration
public string ListUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
View
Name of the view to use
Declaration
public string View { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebUrl
URL to the site containing the list
Declaration
public string WebUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |