combit List & Label 29 - .NET Help
combit.Reporting.Repository Namespace / RepositoryItemType Class / ToLlProject Method
String value of a repository item type. See RepositoryItemType.Value for more Details.


In This Topic
    ToLlProject Method
    In This Topic
    Returns the corresponding List & Label project type for a repository item type.
    Syntax
    'Declaration
     
    
    Public Shared Function ToLlProject( _
       ByVal itemType As String _
    ) As LlProject
    public static LlProject ToLlProject( 
       string itemType
    )
    public:
    static LlProject ToLlProject( 
       String^ itemType
    ) 

    Parameters

    itemType
    String value of a repository item type. See RepositoryItemType.Value for more Details.
    Exceptions
    ExceptionDescription
    Wird ausgelöst, wenn der angegebene Elementtyp kein Projekttyp ist.
    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