Click or drag to resize
LinkedInData Class
Represents data required to get LinkedIn access token.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketing.LinkedInLinkedInData

Namespace: CMS.SocialMarketing.LinkedIn
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public sealed class LinkedInData : ILinkedInData

The LinkedInData type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInData
Creates a new instance of LinkedInData.
Public methodLinkedInData(String, String)
Creates a new instance of LinkedInData.
Top
Properties
  NameDescription
Public propertyAdditionalQueryParameters
Contains additional query parameters used when opening authorization page.
Public propertyApiKey
Gets LinkedIn account api key.
Public propertyApiSecret
Gets LinkedIn account api secret.
Public propertyCode
Gets LinkedIn code required to generate access token.
Public propertyEditorId
Gets the editor id in order to set its value.
Public propertyError
Gets the error message when access token was not retrieved.
Public propertyIsEmpty
Returns true when all of ApiKey, ApiSecret, Code are empty.
Public propertySettingsMissing
Returns true when one of ApiKey and ApiSecret is empty or if Code or Error are empty.
Public propertyUserDeniedAccess
Returns true when user does not allow access using LinkedIn page.
Top
See Also