LibraryStructureManagerGetTreeStructure Method

Return top level cabinet nodes definition.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return top level cabinet nodes definition.")]
public List<Cabinet> GetTreeStructure()

Return Value

ListCabinet

Remarks

By default also drawer nodes are retrieved so thay can be displayed without callback after cabinet is expanded. Drawer nodes are not filled by categories nor by folders - this will happen after some drawer node is expanded.

See Also