Dynamicweb 8 Documentation
ExtranetLogin(String,String,Boolean) Method

The username.
The password.
if set to true only active users are logged in.
Logs in a user to the frontend extranet module
Syntax
'Declaration
 
Public Overloads Sub ExtranetLogin( _ 
   ByVal username As String, _ 
   ByVal password As String, _ 
   ByVal onlyActive As Boolean _ 
) 
public void ExtranetLogin( 
   string username,
   string password,
   bool onlyActive 
)

Parameters

username
The username.
password
The password.
onlyActive
if set to true only active users are logged in.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Security Class
Security Members
Overload List

Send Feedback