CreateSerializedDocumentsDataStorage(String) Method (VintasoftImageCollectionApi2Controller)
Creates a data storage for serialized documents.
By default method creates the Vintasoft.Data.StreamDataStorage storage that works with directory "{Project_Path}/VintasoftCache[/{SessionID}]/SerializedDocuments".
If you want to create the Vintasoft.Data.StreamDataStorage in custom directory, set value of DataDirectoryDefaultPath property and method will create Vintasoft.Data.StreamDataStorage that works with directory "{WebServicesGlobalSettings.DataDirectoryDefaultPath}/VintasoftCache[/{SessionID}]/SerializedDocuments".
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 Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5