DocumentManagerCopyAndEdit Method

Copies documents from selection to specified folder and edit metadata

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Copies documents from selection to specified folder and edit metadata")]
public void CopyAndEdit(
	Guid selectionId,
	int destinationFolderId,
	int documentSchemaId,
	FieldWithValue[] fieldsWithValues,
	string documentNumber
)

Parameters

selectionId  Guid
 
destinationFolderId  Int32
 
documentSchemaId  Int32
 
fieldsWithValues  FieldWithValue
 
documentNumber  String
 

See Also