DocumentManagerGetAutoTaggingForDocument Method

Get auto-tagging settings of the folder in which the document is located.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get auto-tagging settings of the folder in which the document is located.")]
public AutoTagging GetAutoTaggingForDocument(
	int metadataVersionId
)

Parameters

metadataVersionId  Int32

Return Value

AutoTagging

See Also