| 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 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:
CreateSessionRequestNew instance.
See Also