| ExternalLoginIsExistingExternalLogin Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax [ObsoleteAttribute("Use IsExistingExternalLogOn instead")]
public static bool IsExistingExternalLogin(
int providerID,
string providerKey,
int userID
)
<ObsoleteAttribute("Use IsExistingExternalLogOn instead")>
Public Shared Function IsExistingExternalLogin (
providerID As Integer,
providerKey As String,
userID As Integer
) As Boolean
Parameters
- providerID
- Type: SystemInt32
- providerKey
- Type: SystemString
- userID
- Type: SystemInt32
Return Value
Type:
BooleanSee Also