Click or drag to resize
FacebookApplicationInfoProviderGetFacebookApplicationsInternal Method (SiteInfoIdentifier)
Returns a query for all the FacebookApplicationInfo objects of a specified site.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<FacebookApplicationInfo> GetFacebookApplicationsInternal(
	SiteInfoIdentifier siteId
)

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site ID

Return Value

Type: ObjectQueryFacebookApplicationInfo
See Also