Click or drag to resize
LinkedInInsightsCollectionTaskDataFromXmlString Method
Creates task data object from XML string representation.

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

Parameters

xmlString
Type: SystemString
XML string representation.

Return Value

Type: LinkedInInsightsCollectionTaskData
Task data object.
See Also