FacebookInsightsCollectionTaskDataFromXmlString Method |
Creates task data object from XML string representation.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax public static FacebookInsightsCollectionTaskData FromXmlString(
string xmlString
)
Parameters
- xmlString
- Type: SystemString
XML string representation.
Return Value
Type:
FacebookInsightsCollectionTaskDataTask data object.
See Also