Click or drag to resize
LinkedInProfile Class
Represents a LinkedIn profile according to the LinkedIn API.
Inheritance Hierarchy
SystemObject
  CMS.ExternalAuthentication.LinkedInLinkedInProfile

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class LinkedInProfile

The LinkedInProfile type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInProfile
Top
Properties
  NameDescription
Public propertyBirthDate
Birth date of the member
Public propertyId
The unique identifier for the given member.
Public propertyLocalizedFirstName
Localized first name of the member.
Public propertyLocalizedLastName
Localized last name of the member.
Top
See Also