| 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
)
<ObsoleteAttribute("Use ExtranetLogOn instead")>
Public Sub ExtranetLogin (
username As String,
password As String,
onlyActive As Boolean
)
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
- onlyActive
- Type: SystemBoolean
See Also