FacebookAccountInfoProvider.GetFacebookAccountInfo 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
Syntaxpublic static FacebookAccountInfo GetFacebookAccountInfo(
string facebookPageCodeName,
SiteInfoIdentifier siteId
)
Parameters
- facebookPageCodeName
- Type: System.String
Facebook page identifier. - siteId
- Type: CMS.DataEngine.SiteInfoIdentifier
Account site identifier.
Return Value
Type:
FacebookAccountInfoA FacebookAccountInfo with the specified Facebook page identifier, if found; otherwise, null.
See Also