| ExternalLoginIsConflictExternalLogin 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 IsConflictExternalLogOn instead")]
public static bool IsConflictExternalLogin(
int providerID,
string providerKey,
int userID
)
<ObsoleteAttribute("Use IsConflictExternalLogOn instead")>
Public Shared Function IsConflictExternalLogin (
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