Click or drag to resize
LinkedInHelperCheckStatus Method
Checks status of current user. Returns LinkedIn response status.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
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