Click or drag to resize

DocumentManagerGetAutoTaggingForSelection Method

Check auto-tagging settings for all documents in selection.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public AutoTagging GetAutoTaggingForSelection(
	Guid selectionId,
	bool allowToMergeFields
)

Parameters

selectionId
Type: SystemGuid
allowToMergeFields
Type: SystemBoolean
merge metadata fields

Return Value

Type: AutoTagging
Remarks
When documents belong to more than one folder, and at least one of them is auto-tagged, an exception is thrown.
See Also