Click or drag to resize
FacebookApplicationInfoProvider.SetFacebookInsightsSchedulerStateInternal 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: 11.0.0
Syntax
C#
protected virtual void SetFacebookInsightsSchedulerStateInternal(
	FacebookApplicationInfo application,
	bool enabled
)

Parameters

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