DocumentManagerGetAutoTaggingForFolders Method (Int32) |
Check auto-tagging settings for folders.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic AutoTagging GetAutoTaggingForFolders(
int[] folderIds
)
Parameters
- folderIds
- Type: SystemInt32
Return Value
Type:
AutoTagging
Remarks
When there is more than one folder, and at least one of them is auto-tagged, an exception is thrown.
See Also