Click or drag to resize

LibraryStructureManagerAddDrawer Method

Create a new drawer in library tree.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddDrawer(
	int cabinetId,
	Drawer newDrawer
)

Parameters

cabinetId
Type: SystemInt32
newDrawer
Type: FileHold.LibraryManagerDrawer

Return Value

Type: Int32
See Also