LibraryStructureManagerGetDrawerStructure(Int32) Method
Return drawer with given ID with all categories and folders.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return drawer with given ID with all categories and folders.")]
public Drawer GetDrawerStructure(
int drawerId
)
- drawerId Int32
-
Drawer 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.