Click or drag to resize

ReportManagerGetReports Method

Get paged list of reports in specified folder.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ReportData[] GetReports(
	string folderId,
	int sortByColumnId,
	bool ascending,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

folderId
Type: SystemString
sortByColumnId
Type: SystemInt32
ascending
Type: SystemBoolean
firstRowIndex
Type: SystemInt32
pageSize
Type: SystemInt32
totalCount
Type: SystemInt32

Return Value

Type: ReportData
See Also