LibraryStructureManagerGetPagedCategoriesForCabinet Method

Return all folder groups in a cabinet with paging.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all folder groups in a cabinet with paging.")]
public Category[] GetPagedCategoriesForCabinet(
	int cabinetId,
	int maximumRows,
	int startRowIndex,
	string SortExpression
)

Parameters

cabinetId  Int32
maximumRows  Int32
startRowIndex  Int32
SortExpression  String

Return Value

Category

See Also