Click or drag to resize
FacebookAccountInfoProviderGetFacebookAccountInfoInternal Method (Int32)
Retrieves a Facebook 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 FacebookAccountInfo GetFacebookAccountInfoInternal(
	int accountId
)

Parameters

accountId
Type: SystemInt32
Facebook account identifier.

Return Value

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