LibraryStructureManagerSetCabinetWeight Method

Modify the weight of a cabinet.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Modify the weight of a cabinet.")]
public void SetCabinetWeight(
	int cabinetId,
	int weight
)

Parameters

cabinetId  Int32
weight  Int32

See Also