LibraryStructureManagerGetCabinetStructure(Int32) Method

Return cabinet with given ID with all drawers.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return cabinet with given ID with all drawers.")]
public Cabinet GetCabinetStructure(
	int cabinetId
)

Parameters

cabinetId  Int32
 

Return Value

Cabinet

See Also