Click or drag to resize

AutoFilingManagerDeriveDestination Method

Creates location based on supplied metadata.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Destination DeriveDestination(
	string scriptName,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	int? templateId
)

Parameters

scriptName
Type: SystemString
script name (optional)
documentSchemaId
Type: SystemInt32
documentName
Type: SystemString
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
templateId
Type: SystemNullableInt32
template id (optional)

Return Value

Type: Destination
See Also