LibraryStructureManagerGetPagedCategoriesForCabinetCount Method

Return the number of all folder groups in a cabinet.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the number of folder groups in a cabinet.")]
public int GetPagedCategoriesForCabinetCount(
	int cabinetId,
	int maximumRows,
	int startRowIndex,
	string SortExpression
)

Parameters

cabinetId  Int32
maximumRows  Int32
startRowIndex  Int32
SortExpression  String

Return Value

Int32

See Also