Click or drag to resize

DocumentManagerMove Method

Moves documents from selection to specified destination

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool Move(
	Guid selectionId,
	int destinationFolderId
)

Parameters

selectionId
Type: SystemGuid
destinationFolderId
Type: SystemInt32

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