Click or drag to resize
TwitterPostInfoProviderGetTwitterPostsInternal Method (Int32)
Returns a query for all the TwitterPostInfo objects of a specified site.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<TwitterPostInfo> GetTwitterPostsInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryTwitterPostInfo
See Also