Click or drag to resize

LibraryStructureManagerGetPagedCategoriesForCabinet Method

Return all folder groups in a cabinet with paging.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Category[] GetPagedCategoriesForCabinet(
	int cabinetId,
	int maximumRows,
	int startRowIndex,
	string SortExpression
)

Parameters

cabinetId
Type: SystemInt32
maximumRows
Type: SystemInt32
startRowIndex
Type: SystemInt32
SortExpression
Type: SystemString

Return Value

Type: Category
See Also