DocumentManagerGetAutoTaggingForSelection Method

Check auto-tagging settings for all documents in selection.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check auto-tagging settings for all documents in selection.")]
public AutoTagging GetAutoTaggingForSelection(
	Guid selectionId,
	bool allowToMergeFields
)

Parameters

selectionId  Guid
allowToMergeFields  Boolean
merge metadata fields

Return Value

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