Web API Edition | ComponentOne
C1.Web.Api.Report Namespace / ReportProvider 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.

In This Topic
    GetCatalogItem Method (ReportProvider)
    In This Topic
    Gets catalog info of the specified path.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetCatalogItem( _
       ByVal providerName As String, _
       ByVal path As String, _
       ByVal recursive As Boolean, _
       Optional 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