Click or drag to resize
TwitterPostInfoProvider.GetTwitterPostsInternal 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: System.Int32
Site ID

Return Value

Type: ObjectQuery<TwitterPostInfo>
See Also