LibraryStructureManagerGetDrawerStructure(Int32) Method

Return drawer with given ID with all categories and folders.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return drawer with given ID with all categories and folders.")]
public Drawer GetDrawerStructure(
	int drawerId
)

Parameters

drawerId  Int32
 

Return Value

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