DocumentCacheInfoCacheCopyKey Property

Gets the cache key for the copy of the source. This key is used only when the source needs to be serialized. The source stream is copied to the cache folder for serialization. This is currently done when you use non-serializable file providers like StreamFileProvider, MemoryFileProvider, TemporaryFileProvider. so that your source is available out of the context of your page that hosts DocumentViewer.

Definition

Namespace: GleamTech.DocumentUltimate.Caching
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public FileCacheKey CacheCopyKey { get; }

Property Value

FileCacheKey

See Also