Click or drag to resize
ILinkedInData Interface
Represents data required to get LinkedIn access token.

Namespace: CMS.SocialMarketing.LinkedIn
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax
C#
public interface ILinkedInData

The ILinkedInData type exposes the following members.

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