Click or drag to resize

ReportManagerGetFolders Method

Return a paged list of report folders.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ReportFolder[] GetFolders(
	string sortByColumnName,
	bool ascending,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

sortByColumnName
Type: SystemString
ascending
Type: SystemBoolean
firstRowIndex
Type: SystemInt32
pageSize
Type: SystemInt32
totalCount
Type: SystemInt32

Return Value

Type: ReportFolder
See Also