combit List & Label 29 - .NET Help
combit.Reporting.AdhocDesign.SessionHandling Namespace / IAdhocDesignerSession Interface / GetSessionSpecificTempDirectory Method


In This Topic
    GetSessionSpecificTempDirectory Method (IAdhocDesignerSession)
    In This Topic
    Returns an existing directory path for storing the temporary files of this designer session. The directory should only be used for this particular session, i.e. it should be empty when the designer is opened and it should be deleted when this session is disposed. Usually this is the concatenation of of combit.Reporting.AdhocDesign.AdhocDesignerBaseConfiguration.BaseTempDirectory and this session's ID.
    Syntax
    'Declaration
     
    
    Function GetSessionSpecificTempDirectory() As String
    string GetSessionSpecificTempDirectory()
    String^ GetSessionSpecificTempDirectory(); 
    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