Web API Core | ComponentOne
C1.Web.Api.Report.Models Namespace / CatalogItem Class / Path Property

In This Topic
    Path Property (CatalogItem)
    In This Topic
    Gets or sets the full path of the item.
    Syntax
    'Declaration
     
    
    Public Property Path As String
    public string Path {get; set;}
    Remarks
    The path is does not starts with "/". It's a full path which beginning with the registered report provider key.
    See Also