Click or drag to resize
InsightInfoProviderGetInsight Method (Int32)
Retrieves the insight with the specified identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static InsightInfo GetInsight(
	int insightId
)

Parameters

insightId
Type: SystemInt32
The insight identifier.

Return Value

Type: InsightInfo
The insight with the specified identifier, if found; otherwise, null.
See Also