Click or drag to resize

AutoFilingProcessorDeriveDestination Method

Namespace:  FileHold.LibraryManager.Models
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Destination DeriveDestination(
	int? customTemplateId,
	AutoFilingManager autoFilingManager,
	LibraryStructureManager libraryStructureManager,
	DocumentSchemaManager documentSchemaManager,
	InternalService userRoleManagerInternalService,
	DocumentFinder documentFinder
)

Parameters

customTemplateId
Type: SystemNullableInt32
autoFilingManager
Type: FileHold.LibraryManagerAutoFilingManager
libraryStructureManager
Type: FileHold.LibraryManagerLibraryStructureManager
documentSchemaManager
Type: FileHold.LibraryManagerDocumentSchemaManager
userRoleManagerInternalService
Type: InternalService
documentFinder
Type: FileHold.LibraryManagerDocumentFinder

Return Value

Type: Destination
See Also