ComponentOne Studio Web API Edition
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
 
<PathRouteAttribute(Template="{*path}", 
   Name="", 
   ExcludingKeywords=System.String[], 
   Order=1)>
<HttpGetAttribute()>
Public Overridable Function GetCatalogInfo( _
   ByVal path As String, _
   Optional ByVal recursive As Boolean _
) As IHttpActionResult
[PathRoute(Template="{*path}", 
   Name="", 
   ExcludingKeywords=System.String[], 
   Order=1)]
[HttpGet()]
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportController Class
ReportController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.