Click or drag to resize
LinkedInInsightsCollectionTaskData Class
Represents data of LinkedInInsightsCollectionTask.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketingLinkedInInsightsCollectionTaskData

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class LinkedInInsightsCollectionTaskData

The LinkedInInsightsCollectionTaskData type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInInsightsCollectionTaskData
Creates empty task data.
Public methodLinkedInInsightsCollectionTaskData(Int32)
Creates task data with given application ID.
Top
Properties
  NameDescription
Public propertyAccountInsights
List of insights collection states of accounts within application.
Public propertyApplicationId
Application ID to which the task belongs.
Top
Methods
  NameDescription
Public methodStatic memberFromXmlString
Creates task data object from XML string representation.
Public methodStatic memberToXmlString
Gets XML string representation of given taks data object.
Top
See Also