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
Syntaxpublic 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