Parameters
- sessionId
- The session identifier.
Return Value
The data storage.
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 storage that works with "{Project Path}/wwwroot/UploadedImageFiles[/{SessionID}]" directory.
Important: The overridden method must return data storage that can store System.IO.Stream objects.
Target Platforms: .NET 8; .NET 7, .NET 6
VintasoftAnnotationCollectionApiController Class
VintasoftAnnotationCollectionApiController Members