DocumentManagerMoveAndEdit Method
Moves documents from selection to specified destination and edit their metadata
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Moves documents from selection to specified destination and edit their metadata")]
public bool MoveAndEdit(
Guid selectionId,
int destinationFolderId,
int documentSchemaId,
FieldWithValue[] fieldsWithValues
)
- selectionId Guid
-
- destinationFolderId Int32
-
- documentSchemaId Int32
-
- fieldsWithValues FieldWithValue
-
Boolean
True if all documents were moved, false if some documents couldn't be moved because current
user is not their owner.