Click or drag to resize
LinkedInHelper Class
Provides methods for publishing to LinkedIn.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperLinkedInHelper
        CMS.SocialMarketingLinkedInHelper

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public class LinkedInHelper : AbstractHelper<LinkedInHelper>

The LinkedInHelper type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInHelper
Top
Fields
  NameDescription
Public fieldStatic memberCOMPANY_SHARE_COMMENT_MAX_LENGTH
Max length of a LinkedIn share comment.
Top
Methods
  NameDescription
Public methodStatic memberBeginAuthorization
Begins authorization process by redirecting client to the LinkedIn authorization page.
Protected methodBeginAuthorizationInternal
Begins authorization process by redirecting client to the LinkedIn authorization page.
Public methodStatic memberCompleteAuthorization
Completes authorization and gets user's access token. All needed parameters are obtained from query string (LinkedIn adds these parameters when redirecting to callback URL).
Protected methodCompleteAuthorizationInternal
Completes authorization and gets user's access token. All needed parameters are obtained from query string (LinkedIn adds these parameters when redirecting to callback URL).
Public methodStatic memberGetUserCompanies
Gets all companies administrated by the user that owns given access token.
Protected methodGetUserCompaniesInternal
Gets all companies administrated by the user that owns given access token.
Public methodStatic memberPublishShareOnLinkedInCompanyProfile
Publishes a new share on company profile identified by LinkedInAccountID. The share is visible to anyone.
Protected methodPublishShareOnLinkedInCompanyProfileInternal
Publishes a new share on company profile identified by LinkedIn's company ID.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also