ComponentOne Web API Edition
CatalogItemType Enumeration

C1.Web.Api.Report.Models Namespace : CatalogItemType Enumeration
Indicates the type of the report catalog item.
Syntax
'Declaration
 
Public Enum CatalogItemType 
   Inherits System.Enum
public enum CatalogItemType : System.Enum 
Members
MemberDescription
FileIt's a report definition file.
FolderIt's a folder.
ReportIt's an SSRS report or the name of the FlexReport defined in the report definition file.
UnknownUnknown type.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Api.Report.Models.CatalogItemType

See Also

Reference

C1.Web.Api.Report.Models Namespace