Click or drag to resize
FacebookApplicationInfoProviderGetFacebookApplicationInfoInternal Method (Int32)
Retrieves a Facebook application with the specified identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual FacebookApplicationInfo GetFacebookApplicationInfoInternal(
	int applicationId
)

Parameters

applicationId
Type: SystemInt32
Facebook application identifier.

Return Value

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