Click or drag to resize

LibraryStructureManagerGetCategoryStructure Method

Return category with given ID with all folders.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Category GetCategoryStructure(
	int drawerId,
	int categoryId
)

Parameters

drawerId
Type: SystemInt32
Drawer ID (can be -1 to return Category without folders)
categoryId
Type: SystemInt32
Category ID

Return Value

Type: Category
See Also