Class RVLocalFileDataSourceItem
The local file data source item, used to load files from local storage. See LocalDataFilesRootFolder for information about configuring the root directory for this storage.
Implements
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 RVLocalFileDataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVLocalFileDataSourceItem()
Declaration
public RVLocalFileDataSourceItem()
Properties
Uri
The URI referencing the file, like local://Directory/File.csv.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |