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


GetSessionSpecificTempDirectory Method (IAdhocDesignerSession)
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
 
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also