VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftFileApi2Controller Class / ClearSessionCache(String) Method
Syntax Requirements SeeAlso
In This Topic
ClearSessionCache(String) Method (VintasoftFileApi2Controller)
In This Topic
Clears the uploaded file cache for current HTTP session.
Syntax
'Declaration

<HttpPostAttribute()>
Public Function ClearSessionCache( _
ByVal session
Identifier of HTTP session.
As String _
) As Vintasoft.Shared.Web.WebResponseParamsBase

Parameters

session
Identifier of HTTP session.

Return Value

Clear cache result.
Requirements

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

See Also