LibraryStructureManagerMoveDrawer Method

Move a drawer to another cabinet.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Move a drawer to another cabinet.")]
public void MoveDrawer(
	int drawerId,
	int destCabinetId
)

Parameters

drawerId  Int32
destCabinetId  Int32

See Also