LinkedInInsightsCollectionTaskDataFromXmlString 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 LinkedInInsightsCollectionTaskData FromXmlString(
string xmlString
)
Parameters
- xmlString
- Type: SystemString
XML string representation.
Return Value
Type:
LinkedInInsightsCollectionTaskDataTask data object.
See Also