Click or drag to resize

LibraryStructureManagerAddDrawerWithLogging Method

Create a new drawer in library tree and log it (or not).

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

Parameters

cabinetId
Type: SystemInt32
newDrawer
Type: FileHold.LibraryManagerDrawer
doLogging
Type: SystemBoolean

Return Value

Type: Int32
See Also