'Declaration
Public Overrides Function GetCatalogItem( _ ByVal providerName As String, _ ByVal path As String, _ ByVal recursive As Boolean, _ ByVal args As NameValueCollection _ ) As CatalogItem
public override CatalogItem GetCatalogItem( string providerName, string path, bool recursive, NameValueCollection args )
Parameters
- providerName
- The key used to register the provider.
- path
- The relative path of the folder or report.
- recursive
- Whether to return the entire tree of child items below the specified item.
- args
- The collection of HTTP query string variables.
Return Value
A C1.Web.Api.Report.Models.CatalogItem object.