DocumentManagerCopyAndEdit Method
Copies documents from selection to specified folder and edit metadata
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
-