DocumentManagerCopyDocument Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public DocumentIds CopyDocument(
	int documentId,
	int destFolderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues,
	string documentNumber,
	Dictionary<int, DocumentSchema> schemasCache,
	Dictionary<int, ControlFieldDefinition> documentFieldsCache,
	Database database,
	DbTransaction transaction
)

Parameters

documentId  Int32
 
destFolderId  Int32
 
documentSchemaId  Int32
 
fieldsWithValues  FieldWithValue
 
documentNumber  String
 
schemasCache  DictionaryInt32, DocumentSchema
 
documentFieldsCache  DictionaryInt32, ControlFieldDefinition
 
database  Database
 
transaction  DbTransaction
 

Return Value

DocumentIds

See Also