Click or drag to resize
FacebookInsightsCollectionTaskDataToXmlString Method
Gets XML string representation of given taks data object.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static string ToXmlString(
	FacebookInsightsCollectionTaskData data
)

Parameters

data
Type: CMS.SocialMarketingFacebookInsightsCollectionTaskData
Data to serialize.

Return Value

Type: String
XML string representation.
See Also