VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingApiController Class / CreateGlobalResourcesDataStorage() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateGlobalResourcesDataStorage() Method (VintasoftImageProcessingApiController)
    In This Topic
    Creates a data storage for global resources.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateGlobalResourcesDataStorage() As Vintasoft.Data.IDataStorage
    
    
    protected virtual Vintasoft.Data.IDataStorage CreateGlobalResourcesDataStorage()
    
    
    protected: virtual Vintasoft.Data.IDataStorage CreateGlobalResourcesDataStorage()
    
    
    protected:
    virtual Vintasoft.Data.IDataStorage CreateGlobalResourcesDataStorage()

    Return Value

    The data storage.
    Remarks

    By default method creates the Vintasoft.Data.StreamDataStorage storage that works with "{Project Path}/Resources" directory.

    Important: The overridden method must return data storage that can store System.IO.Stream objects.

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also