[]
Gets the catalog info of the specified path.
public virtual IHttpActionResult GetCatalogInfo(string path, bool recursive = false)
| 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. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of CatalogItem type object. |