| InsightInfoProviderGetInsight Method (Int32) | 
            Retrieves the insight with the specified identifier, and returns it.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
 Syntax
Syntaxpublic 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
See Also