Click or drag to resize
FacebookApplicationInfoProviderSetFacebookInsightsSchedulerStateInternal Method
Creates or removes Facebook Insights collection scheduler. Called whenever condition for Insights data collection changes - new application is created or an existing is deleted.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetFacebookInsightsSchedulerStateInternal(
	FacebookApplicationInfo application,
	bool enabled
)

Parameters

application
Type: CMS.SocialMarketingFacebookApplicationInfo
Facebook application for which the stats should be collected.
enabled
Type: SystemBoolean
Enable the task after application creation, disable when deleting.
See Also