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

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetTwitterPostInfoInternal(
	TwitterPostInfo post
)

Parameters

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