Click or drag to resize

DocumentManagerCreateLocation Method

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

Parameters

metadataVersionId
Type: SystemNullableInt32
documentSchemaId
Type: SystemInt32
documentName
Type: SystemString
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue

Return Value

Type: Int32
See Also