ComponentOne Web API Edition
GetCatalogItem Method (CustomReportProvider)

C1.Web.Api.Report Namespace > CustomReportProvider Class : GetCatalogItem Method
The key used to register the provider.
The relative path of the folder or report.
Whether to return the entire tree of child items below the specified item.
The collection of HTTP query string variables.
Gets catalog info of the specified path.
Syntax
'Declaration
 
Public Overrides Function GetCatalogItem( _
   ByVal providerName As String, _
   ByVal path As String, _
   ByVal recursive As Boolean, _
   ByVal args As NameValueCollection _
) As CatalogItem

Parameters

providerName
The key used to register the provider.
path
The relative path of the folder or report.
recursive
Whether to return the entire tree of child items below the specified item.
args
The collection of HTTP query string variables.

Return Value

See Also

Reference

CustomReportProvider Class
CustomReportProvider Members