Click or drag to resize
TwitterPostInfoProviderGetTwitterPostInfoByAccountIdInternal Method
Retrieves an object query of Twitter posts for the specified Twitter account (channel) identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
protected virtual ObjectQuery<TwitterPostInfo> GetTwitterPostInfoByAccountIdInternal(
	int twitterAccountId
)

Parameters

twitterAccountId
Type: SystemInt32
Twitter account (channel) identifier.

Return Value

Type: ObjectQueryTwitterPostInfo
An object query of Twitter posts for the specified account (channel).
See Also