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