Class CachingConfiguration

Inheritance
System.Object
CachingConfiguration
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 CachingConfiguration

Properties

CachePath

Directory where the rest of cache files (like downloaded files) will be stored, it defaults to the temporary directory in the system.

Declaration
public string CachePath { get; set; }
Property Value
Type Description
System.String

DataCachePath

Directory where files caching data will be stored./>

Declaration
public string DataCachePath { get; set; }
Property Value
Type Description
System.String