LibraryStructureManagerGetCategoryStructure Method

Return category with given ID with all folders.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return category with given ID with all folders.")]
public Category GetCategoryStructure(
	int drawerId,
	int categoryId
)

Parameters

drawerId  Int32
Drawer ID (can be -1 to return Category without folders)
categoryId  Int32
Category ID

Return Value

Category

See Also