VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Api2Controllers Namespace / VintasoftAnnotationCollectionApi2Controller Class / CreateSerializedDocumentsDataStorage(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateSerializedDocumentsDataStorage(String) Method (VintasoftAnnotationCollectionApi2Controller)
    In This Topic
    Creates a data storage for serialized documents.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateSerializedDocumentsDataStorage( _
    ByVal sessionId
    The session identifier.
    As String _
    ) As Vintasoft.Data.IDataStorage
    protected virtual Vintasoft.Data.IDataStorage CreateSerializedDocumentsDataStorage(
    string sessionId
    )
    protected: virtual Vintasoft.Data.IDataStorage CreateSerializedDocumentsDataStorage(
    string* sessionId
    )
    protected:
    virtual Vintasoft.Data.IDataStorage CreateSerializedDocumentsDataStorage(
    string^ sessionId
    )

    Parameters

    sessionId
    The session identifier.

    Return Value

    The data storage.
    Remarks

    By default method creates the Vintasoft.Data.StreamDataStorage storage that works with "{Project Path}/VintasoftCache/{SessionId}/SerializedDocuments" folder.

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

    Requirements

    Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also