List & Label .NET
combit.Reporting.Repository Namespace / RepositoryImportUtil Klasse / SetItemFolderId Methode

Id des Repository-Elements.

Id des Ordners im Repository.



In diesem Thema
    SetItemFolderId Methode
    In diesem Thema

    Legt die übergeordnete Ordner-Id eines Repository-Elements fest.

    Syntax
    'Deklaration
     
    
    Public Sub SetItemFolderId( _
       ByVal itemId As String, _
       ByVal folderId As String, _
       Optional ByVal importData As String _
    ) 
    public void SetItemFolderId( 
       string itemId,
       string folderId,
       string? importData
    )
    public:
    void SetItemFolderId( 
       String^ itemId,
       String^ folderId,
       String^ importData
    ) 

    Parameter

    itemId

    Id des Repository-Elements.

    folderId

    Id des Ordners im Repository.

    importData
    Anforderungen

    Plattformen: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    Siehe auch