VintaSoft Imaging .NET SDK 15.1: 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);

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
56+
45+
11
See Also