Click or drag to resize

DocumentManagerCopyAndEdit Method

Copies documents from selection to specified folder and edit metadata

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CopyAndEdit(
	Guid selectionId,
	int destinationFolderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues,
	string documentNumber
)

Parameters

selectionId
Type: SystemGuid
destinationFolderId
Type: SystemInt32
documentSchemaId
Type: SystemInt32
fieldsWithValues
Type: FileHold.LibraryManagerFieldWithValue
documentNumber
Type: SystemString
See Also