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

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

Parameters

data
Type: CMS.SocialMarketingLinkedInInsightsCollectionTaskData
Data to serialize.

Return Value

Type: String
XML string representation.
See Also