combit List & Label 29 - .NET Help
combit.Reporting.Repository Namespace / RepositoryItemType Class / FromLlProject Method
The List & Label Project type - see also LlProject.


In This Topic
    FromLlProject Method
    In This Topic
    Returns the corresponding RepositoryItemType for the given List & Label project type.
    Syntax
    'Declaration
     
    
    Public Shared Function FromLlProject( _
       ByVal project As LlProject _
    ) As RepositoryItemType
    public static RepositoryItemType FromLlProject( 
       LlProject project
    )
    public:
    static RepositoryItemType^ FromLlProject( 
       LlProject project
    ) 

    Parameters

    project
    The List & Label Project type - see also LlProject.

    Return Value

    Returns the RepositoryItemType.
    Exceptions
    ExceptionDescription
    Wird ausgelöst für ungültige Werte des Projekttyps.
    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