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

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

Parameters

xmlString
Type: SystemString
XML string representation.

Return Value

Type: FacebookInsightsCollectionTaskData
Task data object.
See Also