Click or drag to resize

DocumentManagerCopyDocuments Method

Copies documents to specified folder and optionally change metadata

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentIds[] CopyDocuments(
	int[] documentIdArray,
	int destFolderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues,
	string documentNumber
)

Parameters

documentIdArray
Type: SystemInt32
destFolderId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
documentNumber
Type: SystemString

Return Value

Type: DocumentIds
See Also