Click or drag to resize
TwitterAccountInfoProviderGetTwitterAccountInfoInternal Method (Int32)
Retrieves a Twitter account with the specified identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual TwitterAccountInfo GetTwitterAccountInfoInternal(
	int accountId
)

Parameters

accountId
Type: SystemInt32
Twitter account identifier.

Return Value

Type: TwitterAccountInfo
A Twitter account with the specified identifier, if found; otherwise, null.
See Also