Click or drag to resize

LibraryStructureManagerGetDrawerStructure Method (Int32)

Return drawer with given ID with all categories and folders.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Drawer GetDrawerStructure(
	int drawerId
)

Parameters

drawerId
Type: SystemInt32

Return Value

Type: Drawer
Remarks
Returned drawer object has all his subnodes defined. This means that not only next tree level is retrieved but all levels down to folders. In this case categories nodes will also be filled with coresponding folders.
See Also