Class RVSharePointListItemDataSourceItem
Data source item to get data from a single item in a Sharepoint list.
Inheritance
System.Object
RVSharePointListItemDataSourceItem
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVSharePointListItemDataSourceItem : RVBaseSharePointDataSourceItem, IRVResourceItem
Constructors
RVSharePointListItemDataSourceItem(RVSharePointDataSource)
Declaration
public RVSharePointListItemDataSourceItem(RVSharePointDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVSharePointDataSource | dataSource |
Properties
AssetContentType
Content-type of the item
Declaration
public string AssetContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FolderRelativePath
Path relative to the folder containing the item
Declaration
public string FolderRelativePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsFolder
Is this single item a folder?
Declaration
public bool IsFolder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ListItemId
Identification of the single item in the list
Declaration
public string ListItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListItemUrl
URL to the single item
Declaration
public string ListItemUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListName
Name of the list
Declaration
public string ListName { 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 |