Click or drag to resize
LinkedInHelperCheckStatus Method (Boolean, Boolean, Boolean, String)

Note: This API is now obsolete.

Checks status of current user. Returns LinkedIn response status.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This method is not compatible with LinkedIn v2 API and should be no longer used. It will be removed in the next version. Use method CheckStatus(bool, bool, bool, out LinkedInProfile) instead.")]
public string CheckStatus(
	bool requireFirstName,
	bool requireLastName,
	bool requireBirthDate,
	string[] customFields
)

Parameters

requireFirstName
Type: SystemBoolean
Require first name
requireLastName
Type: SystemBoolean
Require last name
requireBirthDate
Type: SystemBoolean
Require birth date
customFields
Type: SystemString
Array of custom LinkedIn profile field names

Return Value

Type: String
See Also