TestimoX

API Reference

Class

AuditWorkspaceBuilder

Namespace TestimoX.AuditWorkspaces
Assembly TestimoX
Modifiers static

Builds the initial document set for an analyst workspace linked to an audit package.

Inheritance

  • Object
  • AuditWorkspaceBuilder

Methods

public static AuditWorkspaceDocumentSet Create(String packagePath, AuditPackageDocumentSet package, String analyst) #
Returns: AuditWorkspaceDocumentSet

Creates a new workspace document set from an audit package.

Parameters

packagePath System.String requiredposition: 0
Absolute path to the linked audit package.
package TestimoX.AuditPackages.AuditPackageDocumentSet requiredposition: 1
Loaded audit package documents.
analyst System.String requiredposition: 2
Analyst label to embed into the workspace.

Returns

The initialized workspace document set.