API Reference
Class
AuditWorkspaceBuilder
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:
AuditWorkspaceDocumentSetCreates a new workspace document set from an audit package.
Parameters
- packagePath System.String
- Absolute path to the linked audit package.
- package TestimoX.AuditPackages.AuditPackageDocumentSet
- Loaded audit package documents.
- analyst System.String
- Analyst label to embed into the workspace.
Returns
The initialized workspace document set.