Click or drag to resize

LibraryStructureManagerMoveDrawer Method

Move a drawer to another cabinet.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void MoveDrawer(
	int drawerId,
	int destCabinetId
)

Parameters

drawerId
Type: SystemInt32
destCabinetId
Type: SystemInt32
See Also