Click or drag to resize
TwitterPostInfoProviderGetTwitterPostInfoInternal Method (Int32)
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#
protected virtual TwitterPostInfo GetTwitterPostInfoInternal(
	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