| TwitterAccountInfoProviderGetDefaultTwitterAccountInternal Method  | 
            Gets the default TwitterAccount for given site
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntaxprotected virtual TwitterAccountInfo GetDefaultTwitterAccountInternal(
	SiteInfoIdentifier siteId
)
Parameters
- siteId
 - Type: CMS.DataEngineSiteInfoIdentifier
Site for which you want the default TwitterAccount 
Return Value
Type: 
TwitterAccountInfoDefault TwitterAccount for given site, null if no default TwitterAccount exists
See Also