| LinkedInHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ExternalAuthentication
 Syntax
Syntaxpublic class LinkedInHelper
The LinkedInHelper type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LinkedInHelper | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | BASIC_PROFILE_PERMISSION_LEVEL | 
            Represents LinkedIn BASIC profile permission access (only information related to name)
             | 
|   | FULL_PROFILE_PERMISSION_LEVEL | 
            Represents LinkedIn FULL profile permission access (all information available)
             | 
|   | RESPONSE_AUTHENTICATED | 
            Represents LinkedIn response "Authenticated".
             | 
|   | RESPONSE_NOTAUTHENTICATED | 
            Represents LinkedIn response "NotAuthenticated".
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BirthDate | 
            User date of birth.
             | 
|  | FirstName | 
            User first name.
             | 
|  | LastName | 
            User last name.
             | 
|  | LinkedInResponse | 
            Gets or sets LinkedIn Response as XmlDocument object.
             | 
|  | MemberId | 
            User member id.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetLinkedInApiKey | 
            Returns api key.
             | 
|   | GetLinkedInEnabled | 
            Indicates if LinkedIn is enabled for specified site.
             | 
|   | GetLinkedInSecretKey | 
            Returns application secret.
             | 
|  | CheckStatus | 
            Checks status of current user. Returns LinkedIn response status.
             | 
|  | Initialize | 
            Loads LinkedIn response.
             | 
|   | LinkedInIsAvailable | 
            Indicates if LinkedIn is available/enabled on specified site.
             | 
|  | SendRequest | 
            Redirects user to LinkedIn with received authToken.
             | 
 See Also
See Also