InsightInfoProviderGetInsight Method (Int32) |
Retrieves the insight with the specified identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static InsightInfo GetInsight(
int insightId
)
Parameters
- insightId
- Type: SystemInt32
The insight identifier.
Return Value
Type:
InsightInfoThe insight with the specified identifier, if found; otherwise, null.
See Also