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: 8.2.23
Syntax
C#
public class LinkedInHelper : AbstractHelper<LinkedInHelper>

The LinkedInHelper type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInHelper
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 ownes given access token.
Protected methodGetUserCompaniesInternal
Gets all companies administrated by the user that ownes 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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberCOMPANY_SHARE_COMMENT_MAX_LENGTH
Max length of a LinkedIn share comment.
Top
See Also