[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetCatalogInfo

GetCatalogInfo Method

GetCatalogInfo(string, bool)

Gets the catalog info of the specified path.

Declaration
public virtual IHttpActionResult GetCatalogInfo(string path, bool recursive = false)
Parameters
Type Name Description
string path

The folder path or report path.

bool recursive

Whether to return the entire tree of child items below the specified item.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of CatalogItem type object.