Click or drag to resize
InsightInfoProviderGetInsightInternal Method (String, String, String)
Retrieves the insight matching the specified criteria, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual InsightInfo GetInsightInternal(
	string codeName,
	string externalId,
	string periodType
)

Parameters

codeName
Type: SystemString
The insight code name.
externalId
Type: SystemString
The external identifier of the object associated with the insight.
periodType
Type: SystemString
The type of the time period that the insight represents.

Return Value

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