Click or drag to resize
FacebookInsightsCollectionTaskData Class
Represents data of FacebookInsightsCollectionTask.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketingFacebookInsightsCollectionTaskData

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

The FacebookInsightsCollectionTaskData type exposes the following members.

Constructors
  NameDescription
Public methodFacebookInsightsCollectionTaskData
Creates empty task data.
Public methodFacebookInsightsCollectionTaskData(Int32)
Creates task data with given application ID.
Top
Properties
  NameDescription
Public propertyApplicationId
Application ID to which the task belongs.
Public propertyFacebookInsightsState
Insights state.
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