Class RVSharePointListDataSourceItem
Data source item to get data from a Sharepoint list
Inheritance
System.Object
RVSharePointListDataSourceItem
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.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 |