[]
Gets catalog info of the specified path.
public abstract CatalogItem GetCatalogItem(string providerName, string path, bool recursive, NameValueCollection args = null)
| Type | Name | Description |
|---|---|---|
| string | providerName | The key used to register the provider. |
| string | path | The relative path of the folder or report. |
| bool | recursive | Whether to return the entire tree of child items below the specified item. |
| NameValueCollection | args | The collection of HTTP query string variables. |
| Type | Description |
|---|---|
| CatalogItem | A CatalogItem object. |