Click or drag to resize
TwitterPostInfoProviderGetTwitterPostInfo Method
Retrieves a Twitter post with the specified identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static TwitterPostInfo GetTwitterPostInfo(
	int postId
)

Parameters

postId
Type: SystemInt32
Twitter post identifier.

Return Value

Type: TwitterPostInfo
A Twitter post with the specified identifier, if found; otherwise, null.
See Also