combit List & Label 29 - .NET Help
combit.Reporting.Repository Namespace / RepositoryImportUtil Class / SetItemFolderId Method

Id of the repository item.

Id of the folder within the repository.



In This Topic
    SetItemFolderId Method
    In This Topic

    Sets the parent folder Id of a repository item.

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

    Parameters

    itemId

    Id of the repository item.

    folderId

    Id of the folder within the repository.

    userImportData
    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