Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportController Class / GetCatalogInfo Method
The folder path or report path.
Whether to return the entire tree of child items below the specified item.

In This Topic
    GetCatalogInfo Method
    In This Topic
    Gets the catalog info of the specified path.
    Syntax
    'Declaration
     
    
    <HttpGetAttribute()>
    <PathRouteAttribute("{*path}", 
       ExcludingKeywords=Mono.Cecil.CustomAttributeArgument[], 
       Order=1)>
    Public Overridable Function GetCatalogInfo( _
       ByVal path As String, _
       Optional ByVal recursive As Boolean _
    ) As IActionResult
    [HttpGet()]
    [PathRoute("{*path}", 
       ExcludingKeywords=Mono.Cecil.CustomAttributeArgument[], 
       Order=1)]
    public virtual IActionResult GetCatalogInfo( 
       string path,
       bool recursive
    )

    Parameters

    path
    The folder path or report path.
    recursive
    Whether to return the entire tree of child items below the specified item.

    Return Value

    See Also