combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlProjectParameterCategory Enumeration


In This Topic
    LlProjectParameterCategory Enumeration
    In This Topic
    Enumeration of all project parameter categories. For further information see the Category Property.
    Syntax
    'Declaration
     
    
    Public Enum LlProjectParameterCategory 
       Inherits System.Enum
    public enum LlProjectParameterCategory : System.Enum 
    public enum class LlProjectParameterCategory : public System.Enum 
    Members
    MemberDescription
    FaxDefines that it is a project parameter for fax. All default project parameters that begin with "LL.FAX.*" belong to it (also see LlProjectParameter).
    InternalDefines that it is a internal project parameter that can not be used.
    MailDefines that it is a project parameter for e-Mails. All default project parameters that begin with "LL.MAIL.*" belong to it (also see LlProjectParameter).
    UserDefines that it is a user-defined project parameter. Please use this category to define custom project parameters.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlProjectParameterCategory

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also