Click or drag to resize
LinkedInServiceEnhanced Class
LinkedInServiceEnhanced class
Inheritance Hierarchy
SystemObject
  LinkedInService
    CMS.SocialMediaLinkedInServiceEnhanced

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public class LinkedInServiceEnhanced : LinkedInService

The LinkedInServiceEnhanced type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInServiceEnhanced
LinkedInServiceEnhanced constructor
Top
Methods
  NameDescription
Public methodCommentOnNetworkUpdate (Inherited from LinkedInService.)
Public methodCreateReShare (Inherited from LinkedInService.)
Public methodCreateShare(String, VisibilityCode) (Inherited from LinkedInService.)
Public methodCreateShare(String, String, String, Uri, Uri, VisibilityCode, Boolean) (Inherited from LinkedInService.)
Public methodDeleteStatus Obsolete. (Inherited from LinkedInService.)
Public methodGetConnectionsByMemberId(String) (Inherited from LinkedInService.)
Public methodGetConnectionsByMemberId(String, Modified, Int32) (Inherited from LinkedInService.)
Public methodGetConnectionsByMemberId(String, ListProfileField, Int32, Int32) (Inherited from LinkedInService.)
Public methodGetConnectionsByMemberId(String, ListProfileField, Int32, Int32, Modified, Int32) (Inherited from LinkedInService.)
Public methodGetConnectionsForCurrentUser (Inherited from LinkedInService.)
Public methodGetConnectionsForCurrentUser(ListProfileField, Modified, Int32) (Inherited from LinkedInService.)
Public methodGetConnectionsForCurrentUser(ListProfileField, Int32, Int32) (Inherited from LinkedInService.)
Public methodGetConnectionsForCurrentUser(ListProfileField, Int32, Int32, Modified, Int32) (Inherited from LinkedInService.)
Public methodGetCurrentUser(ProfileType) (Inherited from LinkedInService.)
Public methodGetCurrentUser(ProfileType, ListProfileField) (Inherited from LinkedInService.)
Public methodGetNetworkStatistics (Inherited from LinkedInService.)
Public methodGetNetworkUpdates(NetworkUpdateTypes) (Inherited from LinkedInService.)
Public methodGetNetworkUpdates(NetworkUpdateTypes, Scope) (Inherited from LinkedInService.)
Public methodGetNetworkUpdates(NetworkUpdateTypes, DateTime, DateTime) (Inherited from LinkedInService.)
Public methodGetNetworkUpdates(NetworkUpdateTypes, Int32, Int32, DateTime, DateTime) (Inherited from LinkedInService.)
Public methodGetNetworkUpdates(NetworkUpdateTypes, Int32, Int32, DateTime, DateTime, Boolean) (Inherited from LinkedInService.)
Public methodGetNetworkUpdates(NetworkUpdateTypes, Int32, Int32, DateTime, DateTime, Boolean, Scope) (Inherited from LinkedInService.)
Public methodGetOutOfNetworkProfile(ApiRequest) (Inherited from LinkedInService.)
Public methodGetOutOfNetworkProfile(Uri, IEnumerableHttpHeader) (Inherited from LinkedInService.)
Public methodGetProfileByMemberId(String) (Inherited from LinkedInService.)
Public methodGetProfileByMemberId(String, ListProfileField) (Inherited from LinkedInService.)
Public methodGetProfilesByMemberIds (Inherited from LinkedInService.)
Public methodInvalidateToken (Inherited from LinkedInService.)
Public methodInvitePerson(String, String, String, ConnectionType, ApiRequest) (Inherited from LinkedInService.)
Public methodInvitePerson(String, String, String, String, String, ConnectionType) (Inherited from LinkedInService.)
Public methodLikeNetworkUpdate (Inherited from LinkedInService.)
Public methodPostNetworkUpdate (Inherited from LinkedInService.)
Public methodSearch(String, Int32, Int32) (Inherited from LinkedInService.)
Public methodSearch(String, String, String, String, Boolean, SortCriteria, Int32, Int32, CollectionProfileField) (Inherited from LinkedInService.)
Public methodSearch(String, String, String, String, Boolean, String, Boolean, String, Boolean, String, String, Int32, SortCriteria, Int32, Int32, CollectionProfileField, CollectionFacetField, DictionaryFacetCode, CollectionString) (Inherited from LinkedInService.)
Public methodSearchCompany
Searches LinkedIn for companies.
Public methodSendMessage (Inherited from LinkedInService.)
Public methodUnlikeNetworkUpdate (Inherited from LinkedInService.)
Public methodUpdateStatus Obsolete. (Inherited from LinkedInService.)
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
See Also