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<Guid> requestKey, int priority, int workspaceArtifactId, int viewerType )
Parameters
- documentArtifactId
- Type: SystemInt32
- requestKey
- Type: SystemNullableGuid
- priority
- Type: SystemInt32
- workspaceArtifactId
- Type: SystemInt32
- viewerType
- Type: SystemInt32
See Also