| ExternalLoginIsConflictExternalLogOn Method |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static bool IsConflictExternalLogOn(
int providerID,
string providerKey,
int userID
)
Public Shared Function IsConflictExternalLogOn (
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