Click or drag to resize

AutoFilingProcessor Constructor

Initializes a new instance of the AutoFilingProcessor class

Namespace:  FileHold.LibraryManager.Models
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public AutoFilingProcessor(
	TagProcessor tagProcessor,
	int? metadataVersionId,
	DocumentSchema schema,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	Guid userGuid,
	Database database,
	DbTransaction transaction
)

Parameters

tagProcessor
Type: FileHold.LibraryManager.TagsTagProcessor
metadataVersionId
Type: SystemNullableInt32
schema
Type: FileHold.LibraryManagerDocumentSchema
documentName
Type: SystemString
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
userGuid
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also