InsightInfoProviderGetInsight Method (String, String, String) |
Retrieves the insight matching the specified criteria, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static InsightInfo GetInsight(
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:
InsightInfoThe insight matching the specified criteria, if found; otherwise, null.
See Also