DocumentManagerCreateLocation Method

Create library location using an auto-filing script.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create library location using an auto-filing script.")]
[XmlIncludeAttribute(typeof(int[]))]
public int CreateLocation(
	int? metadataVersionId,
	int documentSchemaId,
	string documentName,
	FieldWithValue[] fieldsWithValues
)

Parameters

metadataVersionId  NullableInt32
documentSchemaId  Int32
documentName  String
fieldsWithValues  FieldWithValue

Return Value

Int32

See Also