Click or drag to resize

DocumentManagerCopyDocument Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
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
Type: SystemInt32
destFolderId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
documentNumber
Type: SystemString
schemasCache
Type: System.Collections.GenericDictionaryInt32, DocumentSchema
documentFieldsCache
Type: System.Collections.GenericDictionaryInt32, ControlFieldDefinition
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: DocumentIds
See Also