AutoFilingManagerDeriveDestinationWithCalculatedMembership Method

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 with calculated membership.")]
[XmlIncludeAttribute(typeof(int[]))]
public Destination DeriveDestinationWithCalculatedMembership(
	string scriptName,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues,
	int? templateId
)

Parameters

scriptName  String
 
documentSchemaId  Int32
 
documentName  String
 
fieldsWithValues  FieldWithValue
 
templateId  NullableInt32
 

Return Value

Destination

See Also