LinkedInHelperCheckStatus Method |
Checks status of current user. Returns LinkedIn response status.
Namespace: CMS.MembershipProviderAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 8.2.23
Syntax 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:
StringSee Also