ReportManagerGetFolders Method

Return a paged list of SSRS report folders.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return a paged list of SSRS report folders.")]
public ReportFolder[] GetFolders(
	string sortByColumnName,
	bool ascending,
	int firstRowIndex,
	int pageSize,
	ref int totalCount
)

Parameters

sortByColumnName  String
ascending  Boolean
firstRowIndex  Int32
pageSize  Int32
totalCount  Int32

Return Value

ReportFolder

See Also