DocumentManagerCopyDocuments Method

Copies documents to specified folder and optionally change metadata. For use with application server plug-ins only.

Definition

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

Parameters

documentIdArray  Int32
 
destFolderId  Int32
 
documentSchemaId  Int32
 
fieldsWithValues  FieldWithValue
 
documentNumber  String
 

Return Value

DocumentIds

See Also