LibraryStructureManagerGetCategoriesForCabinet Method

Return all folder groups for a cabinet.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all folder groups for a cabinet.")]
public List<Category> GetCategoriesForCabinet(
	int cabinetId
)

Parameters

cabinetId  Int32

Return Value

ListCategory

See Also