Click or drag to resize

DocumentFinderGetMergedDocuments Method

Returns merged metadata values of documents from specified selection

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ColumnsWithValues GetMergedDocuments(
	Guid selectionId,
	int schemaTemplate,
	int metadataTemplate
)

Parameters

selectionId
Type: SystemGuid
id of particular selection
schemaTemplate
Type: SystemInt32
id of schema that values should be merged for (optional)
metadataTemplate
Type: SystemInt32
id of document metadata version which should be treated as a template (optional)

Return Value

Type: ColumnsWithValues
See Also