Click or drag to resize

DocumentManagerUpdateAutoTaggedDocuments Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void UpdateAutoTaggedDocuments(
	int[] folderIds,
	int documentSchemaId,
	List<AutoTaggingField> fields,
	Database database,
	DbTransaction transaction
)

Parameters

folderIds
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fields
Type: System.Collections.GenericListAutoTaggingField
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also