LinkedInHelper MembersKentico 8.1 API Reference
The LinkedInHelper type exposes the following members.
Constructors

  NameDescription
Public methodLinkedInHelper
Back to 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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
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.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 AbstractHelper HelperType .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to 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.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberCOMPANY_SHARE_COMMENT_MAX_LENGTH
Max length of a LinkedIn share comment.
Back to Top
See Also