AutoFilingProcessor Constructor

Initializes a new instance of the AutoFilingProcessor class

Definition

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

Parameters

tagProcessor  TagProcessor
 
metadataVersionId  NullableInt32
 
schema  DocumentSchema
 
documentName  String
 
fieldsWithValues  FieldWithValue
 
userGuid  Guid
 
database  Database
 
transaction  DbTransaction
 

See Also