IDocumentService
Represents the document service.
Deletes the workspace entity by the specified IDs of workspace and entity.
Gets the document by the entity name.
Gets the documents by the specified workspace ID.
Creates and import basic document metadata to import to the given workspace.
Import image documents from data table object.
Import image documents from comma-separated values file.
Import native documents from data table object.
Import native documents from comma-separated values file.
void ImportProducedImages(int workspaceId, int productionId, DataTable dataTable, ImageImportOptions options = null)
Import produced image documents from data table object.
void ImportProducedImagesFromCsv(int workspaceId, int productionId, string pathToFile, ImageImportOptions options = null)
Import produced image documents from comma-separated values file.
Import single image document by specified path.
Import single native document by specified path.
Import single produced image document by specified path.