SearchHitCount Property (Story Control)
   Windows - Visual C++
   Description
   The SearchHitCount property returns 
   the number of search hits of the story.
SearchHitCount property is read-only.
   Syntax
   long lSearchHitCount = 
   GetSearchHitCount ();
The GetSearchHitCount syntax has these parts:
| Part | Description | |
| lSearchHitCount | Long value set to the number of search hits in a story. | |
See Also: ProfileHitCount StoryHitCount URLCount
Back to: Story Properties