DocumentFinderGetMergedDocuments Method
Returns merged metadata values of documents from specified selection
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Returns merged metadata values of documents from specified selection")]
public ColumnsWithValues GetMergedDocuments(
Guid selectionId,
int schemaTemplate,
int metadataTemplate
)
- selectionId Guid
- id of particular selection
- schemaTemplate Int32
- id of schema that values should be merged for (optional)
- metadataTemplate Int32
- id of document metadata version which should be treated as a template (optional)
ColumnsWithValues