InsightInfoProvider GetInsightInternal Method (String, String, String, String)Kentico 8.1 API Reference
Retrieves the partial insight matching the specified criteria, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

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