Click or drag to resize
TwitterAccountInfoProviderGetTwitterAccountsInternal Method (SiteInfoIdentifier)
Returns a query for all the TwitterAccountInfo objects of a specified site.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<TwitterAccountInfo> GetTwitterAccountsInternal(
	SiteInfoIdentifier siteId
)

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site ID

Return Value

Type: ObjectQueryTwitterAccountInfo
See Also