Click or drag to resize
TwitterPostInfoProviderSetTwitterPostInfo Method
Updates or creates the specified Twitter post.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetTwitterPostInfo(
	TwitterPostInfo post
)

Parameters

post
Type: CMS.SocialMarketingTwitterPostInfo
Twitter post to be updated or created.
See Also