AutoFilingManagerDeriveDestination Method

Creates location based on supplied metadata.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Creates location based on supplied metadata.")]
[XmlIncludeAttribute(typeof(int[]))]
public Destination DeriveDestination(
	string scriptName,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	int? templateId
)

Parameters

scriptName  String
script name (optional)
documentSchemaId  Int32
documentName  String
fieldsWithValues  FieldWithValue
templateId  NullableInt32
template id (optional)

Return Value

Destination

See Also