FacebookApplicationInfoProviderGetFacebookApplicationInfo Method (String, SiteInfoIdentifier) |
Retrieves a Facebook application matching the specified criteria, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax public static FacebookApplicationInfo GetFacebookApplicationInfo(
string applicationName,
SiteInfoIdentifier siteName
)
Parameters
- applicationName
- Type: SystemString
Facebook application name. - siteName
- Type: CMS.DataEngineSiteInfoIdentifier
Site name.
Return Value
Type:
FacebookApplicationInfoA Facebook application matching the specified criteria, if found; otherwise, null.
See Also