| TwitterAccountInfoProviderGetTwitterAccountInfoInternal Method (Int32) | 
            Retrieves a Twitter account with the specified identifier, and returns it.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntaxprotected virtual TwitterAccountInfo GetTwitterAccountInfoInternal(
	int accountId
)
Parameters
- accountId
 - Type: SystemInt32
Twitter account identifier. 
Return Value
Type: 
TwitterAccountInfoA Twitter account with the specified identifier, if found; otherwise, null.
See Also