Click or drag to resize

LibraryStructureManagerGetCabinetStructure Method (Int32)

Return cabinet with given ID with all drawers.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Cabinet GetCabinetStructure(
	int cabinetId
)

Parameters

cabinetId
Type: SystemInt32

Return Value

Type: Cabinet
See Also