GetEFormTokenForUser |
Scroll |
Returns a connection token that allows the user access to a specific eForm only.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetEFormTokenForUser ( _ nFormNo As Integer, _ tokenType As TheEFormTokenType ) As String C# public virtual string GetEFormTokenForUser ( int nFormNo, TheEFormTokenType tokenType )
Parameters nFormNo The ID of the eForm.
tokenType The connection type of the token.
Return Value The connection token for the specified eForm. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |