Click or drag to resize
LinkedInHelperCheckStatus Method (Boolean, Boolean, Boolean, LinkedInProfile)
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#
public string CheckStatus(
	bool requireFirstName,
	bool requireLastName,
	bool requireBirthDate,
	out LinkedInProfile linkedInProfile
)

Parameters

requireFirstName
Type: SystemBoolean
Require first name.
requireLastName
Type: SystemBoolean
Require last name.
requireBirthDate
Type: SystemBoolean
Require birth date.
linkedInProfile
Type: CMS.ExternalAuthentication.LinkedInLinkedInProfile
Output parameter for LinkedIn profile.

Return Value

Type: String
See Also