Click or drag to resize

LibraryStructureManagerGetPagedCategoriesForCabinetCount Method

Return the number of all folder groups in a cabinet.

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

Parameters

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

Return Value

Type: Int32
See Also