| LinkedInData Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SocialMarketing.LinkedIn
 Syntax
Syntax[SerializableAttribute] public sealed class LinkedInData : ILinkedInData
The LinkedInData type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LinkedInData | 
            Creates a new instance of LinkedInData.
             | 
|  | LinkedInData(String, String) | 
            Creates a new instance of LinkedInData.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AdditionalQueryParameters | 
            Contains additional query parameters used when opening authorization page.
             | 
|  | ApiKey | 
            Gets LinkedIn account api key.
             | 
|  | ApiSecret | 
            Gets LinkedIn account api secret.
             | 
|  | Code | 
            Gets LinkedIn code required to generate access token.
             | 
|  | EditorId | 
            Gets the editor id in order to set its value.
             | 
|  | Error | 
            Gets the error message when access token was not retrieved.
             | 
|  | IsEmpty | |
|  | SettingsMissing | |
|  | UserDeniedAccess | 
            Returns true when user does not allow access using LinkedIn page.
             | 
 See Also
See Also