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