ViewerContentKey
Represents a conversion response object that contains information about cached documents, and a property indicating whether a notification message is sent.
Gets an identifier for a document that is cached. When this property is set, the document is available in the cache.
Gets the version of the library that converted the document.
Gets the Artifact ID of a document to retrieve.
The artifact Id of the error associated with the conversion of the document.
The error message, if any, associated with the conversion of the document.
An indicator whether or not the CacheEntryID is for a Partial Conversion
A CSV of the names of the files that the OutsideIn Viewer will need, at mininum, to display any content.
The priority of the original Document Viewer Service Request.
An array of viewer content keys for priority 2 requests.
Gets a requestKey associated with a conversion request. If this property is set, SignalR sends a notification message after conversion has completed.
The viewer cache entry type.
The artifact Id of the workspace.
public ViewerContentKey()
Default constructor - required for serialization of Kepler DTOs
public ViewerContentKey(int documentArtifactID, long? cacheEntryID, string conversionVersion, Guid? requestKey, int priority, int workspaceArtifactID, int viewerType, ViewerContentKey[] priority2ViewerContentKeys, string minimalFilesManifest, long errorID, bool isPartialConversion, string errorMessage)
Initialization constructor - populates every public property.
public ViewerContentKey(int documentArtifactID, Guid? requestKey, int priority, int workspaceArtifactID, int viewerType)
Represents a conversion response object that contains information about cached documents, and a property indicating whether a notification message is sent.
Setter for the P2 viewer content keys