Initializes a new instance of the ViewerContentKey class
Namespace: Relativity.DocumentViewer.Services
Assembly: Relativity.DocumentViewer.Services.Interfaces (in Relativity.DocumentViewer.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public ViewerContentKey( int documentArtifactId, Nullable<long> cacheEntryId, string conversionVersion, Nullable<Guid> requestKey, int priority, int workspaceArtifactId, int viewerType, ViewerContentKey[] priority2ViewerContentKeys, string minimalFilesManifest, long errorId, bool isPartialConversion, string errorMessage )
Parameters
- documentArtifactId
- Type: SystemInt32
- cacheEntryId
- Type: SystemNullableInt64
- conversionVersion
- Type: SystemString
- requestKey
- Type: SystemNullableGuid
- priority
- Type: SystemInt32
- workspaceArtifactId
- Type: SystemInt32
- viewerType
- Type: SystemInt32
- priority2ViewerContentKeys
- Type: Relativity.DocumentViewer.ServicesViewerContentKey
- minimalFilesManifest
- Type: SystemString
- errorId
- Type: SystemInt64
- isPartialConversion
- Type: SystemBoolean
- errorMessage
- Type: SystemString
See Also