combit List & Label 29 - .NET Help
combit.Reporting.Repository Namespace / RepositoryItem Class / IsValidItemId Method
ID of the repository item.


In This Topic
    IsValidItemId Method
    In This Topic
    Validates if the specified ID has a valid format for the InternalID of a repository item.
    Syntax
    'Declaration
     
    
    Public Shared Function IsValidItemId( _
       ByVal repoId As String _
    ) As Boolean
    public static bool IsValidItemId( 
       string repoId
    )
    public:
    static bool IsValidItemId( 
       String^ repoId
    ) 

    Parameters

    repoId
    ID of the repository item.

    Return Value

    Returns true, if the specified ID is valid. Otherwise false.
    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