FacebookApplicationInfoProviderGetFacebookApplicationInfoInternal Method (Int32) |
Retrieves a Facebook application with the specified identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax protected virtual FacebookApplicationInfo GetFacebookApplicationInfoInternal(
int applicationId
)
Parameters
- applicationId
- Type: SystemInt32
Facebook application identifier.
Return Value
Type:
FacebookApplicationInfoA Facebook application with the specified identifier, if found; otherwise, null.
See Also