Click or drag to resize
TwitterAccountInfoProviderGetDefaultTwitterAccountInternal Method
Gets the default TwitterAccount for given site

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

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site for which you want the default TwitterAccount

Return Value

Type: TwitterAccountInfo
Default TwitterAccount for given site, null if no default TwitterAccount exists
See Also