Click or drag to resize
FacebookAccountInfoProviderGetFacebookAccountInfoInternal Method (String, SiteInfoIdentifier)
Retrieves a FacebookAccountInfo with the specified Facebook page identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual FacebookAccountInfo GetFacebookAccountInfoInternal(
	string facebookPageCodeName,
	SiteInfoIdentifier siteId
)

Parameters

facebookPageCodeName
Type: SystemString
Facebook page identifier.
siteId
Type: CMS.DataEngineSiteInfoIdentifier
Account site identifier.

Return Value

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