TwitterPostInfoProviderGetTwitterPostsInternal Method |
Returns a query for all the TwitterPostInfo objects of a specified site.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<TwitterPostInfo> GetTwitterPostsInternal(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQueryTwitterPostInfoSee Also