Click or drag to resize

CreateSessionRequestCreateForJsExpression Method

Create content identification by JavaScript expression for use in new created signature session.

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static CreateSessionRequest CreateForJsExpression(
	string categoryJsExpression = "",
	string identificationJsExpression = ""
)

Parameters

categoryJsExpression (Optional)
Type: SystemString
Expression for get variable or call method in JavaScript returned category value for filling Category.
identificationJsExpression (Optional)
Type: SystemString
Expression for get variable or call method in JavaScript returned inedtification value for filling Identification.

Return Value

Type: CreateSessionRequest
New instance.
See Also