DocumentManagerGetAutoTaggingForFolders(Int32) Method

Check auto-tagging settings for folders.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check auto-tagging settings for folders.")]
public AutoTagging GetAutoTaggingForFolders(
	int[] folderIds
)

Parameters

folderIds  Int32

Return Value

AutoTagging

Remarks

When there is more than one folder, and at least one of them is auto-tagged, an exception is thrown.

See Also