FreeFlow class library

Connection.LoginForm Method 

NOTE: This method is now obsolete.

Use LogOnForm instead


Sends an initial login request to the engine. If the engine automatically logs the user in (due to SSO for instance) then this method will log the user in.

[Visual Basic]
Public Function LoginForm() As XmlDocument
[C#]
public XmlDocument LoginForm();

Return Value

The engine response XML document

See Also

Connection Class | FreeFlow.Client Namespace