Click or drag to resize

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
)

Parameters

providerID
Type: SystemInt32
providerKey
Type: SystemString
userID
Type: SystemInt32

Return Value

Type: Boolean
See Also