Click or drag to resize

LoginHandlerExtranetLogin Method (String, String, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use ExtranetLogOn instead")]
public void ExtranetLogin(
	string username,
	string password,
	bool onlyActive
)

Parameters

username
Type: SystemString
password
Type: SystemString
onlyActive
Type: SystemBoolean
See Also