Click or drag to resize

LibraryStructureManagerGetCategoriesForCabinet Method

Return all folder groups for a cabinet.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<Category> GetCategoriesForCabinet(
	int cabinetId
)

Parameters

cabinetId
Type: SystemInt32

Return Value

Type: ListCategory
See Also