  | LogOnHandlerLogOn Method (String, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic void LogOn(
	string username,
	string password,
	bool onlyActive
)
Public Sub LogOn ( 
	username As String,
	password As String,
	onlyActive As Boolean
)
Parameters
- username
 - Type: SystemString
 - password
 - Type: SystemString
 - onlyActive
 - Type: SystemBoolean
 
See Also