Parameters
- sessionId
- The session identifier.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if IsEmptySessionSupported = true and sessionId is null. |
| System.NotSupportedException | Thrown if the physical path to the root of the application is not defined, i.e. service is used in not ASP.NET application. |
By default method creates the Vintasoft.Data.StreamDataStorage that works with directory "{Project_Path}/UploadedImageFiles[/{SessionID}]".
If you want to create the Vintasoft.Data.StreamDataStorage that works with custom directory, set value of DataDirectoryDefaultPath property and method will create Vintasoft.Data.StreamDataStorage that works with directory "{WebServicesGlobalSettings.DataDirectoryDefaultPath}/UploadedImageFiles[/{SessionID}]".
Important: If you want to implement custom logic of this method, make sure the method returns data storage that can work with System.IO.Stream objects.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6
VintasoftFileConverterApiController Class
VintasoftFileConverterApiController Members
DataDirectoryDefaultPath