DocumentFinderGetMergedDocuments Method

Returns merged metadata values of documents from specified selection

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns merged metadata values of documents from specified selection")]
public ColumnsWithValues GetMergedDocuments(
	Guid selectionId,
	int schemaTemplate,
	int metadataTemplate
)

Parameters

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)

Return Value

ColumnsWithValues

See Also