DocumentManagerMove Method

Moves documents from selection to specified destination

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Moves documents from selection to specified destination")]
public bool Move(
	Guid selectionId,
	int destinationFolderId
)

Parameters

selectionId  Guid
 
destinationFolderId  Int32
 

Return Value

Boolean
True if all documents were moved, false if some documents couldn't be moved because current user is not their owner.

See Also