Click or drag to resize
FacebookAccountInfoProviderGetFacebookAccountsInternal Method (SiteInfoIdentifier)
Retrieves a dataset of Facebook accounts for the specified site, and returns it.

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

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.

Return Value

Type: ObjectQueryFacebookAccountInfo
A dataset of Facebook accounts for the specified site.
See Also