LibraryStructureManagerGetCategoryStructure Method
            Return category with given ID with all folders.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return category with given ID with all folders.")]
public Category GetCategoryStructure(
	int drawerId,
	int categoryId
)
- drawerId  Int32
 - Drawer ID (can be -1 to return Category without folders)
 - categoryId  Int32
 - Category ID
 
Category