Click or drag to resize

LibraryStructureManagerSetCabinetWeight Method

Modify the weight of a cabinet.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetCabinetWeight(
	int cabinetId,
	int weight
)

Parameters

cabinetId
Type: SystemInt32
weight
Type: SystemInt32
See Also