Click or drag to resize

LibraryStructureManagerGetArchiveTreeStructure Method

Return archive cabinet nodes definition.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<Cabinet> GetArchiveTreeStructure()

Return Value

Type: 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