TwitterPostInfoProviderGetTwitterPostInfoByAccountId Method |
Retrieves an object query of Twitter posts for the specified Twitter account (channel) identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static ObjectQuery<TwitterPostInfo> GetTwitterPostInfoByAccountId(
int twitterAccountId
)
Parameters
- twitterAccountId
- Type: SystemInt32
Twitter account (channel) identifier.
Return Value
Type:
ObjectQueryTwitterPostInfoAn object query of Twitter posts for the specified account (channel).
See Also