ComponentOne Web API Edition
GetCatalogInfo Method

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.
Gets the catalog info of the specified path.
Syntax
'Declaration
 
<HttpGetAttribute()>
<PathRouteAttribute(Template="{*path}", 
   Name="", 
   ExcludingKeywords=System.String[], 
   Order=1)>
Public Overridable Function GetCatalogInfo( _
   ByVal path As String, _
   Optional ByVal recursive As Boolean _
) As IHttpActionResult
[HttpGet()]
[PathRoute(Template="{*path}", 
   Name="", 
   ExcludingKeywords=System.String[], 
   Order=1)]
public virtual IHttpActionResult 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

Reference

ReportController Class
ReportController Members