Click or drag to resize
InsightInfoProviderSetInsightInternal Method
Creates or updates the specified insight.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetInsightInternal(
	InsightInfo insight
)

Parameters

insight
Type: CMS.SocialMarketingInsightInfo
The insight to create or update.
See Also