VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImagingEnviromentJS type / set_SessionId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SessionId Method
    In This Topic
    Sets the session identifier.
    Syntax
    var instance = new Vintasoft.Shared.WebImagingEnviromentJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_SessionId(value);
    
    
    function set_SessionId(
    value
    The session identifier. Identifier can contain only latin letters, numbers, "_" and "-" symbols.
    : string
    ) : any;

    Parameters

    value
    The session identifier. Identifier can contain only latin letters, numbers, "_" and "-" symbols.
    Exceptions
    ExceptionDescription
    Thrown if session identifier is initialized already.
    Thrown if session identifier has unsupported format.
    Browser Compatibility
    9
    See Also