Click here for NewsObjects Overview
StoryHitCount Property (Story Control)
Windows - Visual C++


Description
The StoryHitCount property returns the number of highlights within a story.

StoryHitCount property is read-only.

Syntax
long lStoryHitCount = GetStoryHitCount ();

The GetStoryHitCount syntax has these parts:

Part

Description

lStoryHitCount

Long value set to the number of highlights in a story.

Remarks
StoryHitCount is essentially the sum of the profile and search hits in a story.

See Also: SearchHitCount ProfileHitCount URLCount

Back to: Story Properties