VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / get_CanClearSessionCache Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanClearSessionCache Method
    In This Topic
    Gets a value indicating whether control can clear session cache.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
    
    var value; // Type: boolean
    value = instance.get_CanClearSessionCache();
    
    
    function get_CanClearSessionCache() : boolean;
    

    Return Value

    A value indicating whether control can clear session cache. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also