LinkedInApplicationInfoProviderSetLinkedInInsightsSchedulerStateInternal Method |
Creates or removes LinkedIn Insights collection scheduler.
Called whenever condition for Insights data collection changes - new application is created or an existing is deleted.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax protected virtual void SetLinkedInInsightsSchedulerStateInternal(
LinkedInApplicationInfo application,
bool enabled
)
Parameters
- application
- Type: CMS.SocialMarketingLinkedInApplicationInfo
LinkedIn application for which the stats should be collected. - enabled
- Type: SystemBoolean
Enable the task after application creation, disable when deleting.
See Also