DocumentManagerMoveAndEdit Method |
Moves documents from selection to specified destination and edit their metadata
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic bool MoveAndEdit(
Guid selectionId,
int destinationFolderId,
int documentSchemaId,
FieldWithValue[] fieldsWithValues
)
Parameters
- selectionId
- Type: SystemGuid
- destinationFolderId
- Type: SystemInt32
- documentSchemaId
- Type: SystemInt32
- fieldsWithValues
- Type: FileHold.LibraryManagerFieldWithValue
Return Value
Type:
Boolean
True if all documents were moved, false if some documents couldn't be moved because current
user is not their owner.
See Also