Click or drag to resize
FacebookAccountInfoProviderGetFacebookAccounts Method
Returns a query for all the FacebookAccountInfo objects.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<FacebookAccountInfo> GetFacebookAccounts()

Return Value

Type: ObjectQueryFacebookAccountInfo
Query for all the FacebookAccountInfo objects.
See Also