FacebookAccountInfoProviderGetFacebookAccountInfoInternal Method (String, SiteInfoIdentifier) |
Retrieves a FacebookAccountInfo with the specified Facebook page identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax 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:
FacebookAccountInfoA FacebookAccountInfo with the specified Facebook page identifier, if found; otherwise, null.
See Also