ProfileHitCount Property (Story Control)
Windows - Visual C++
Description
The ProfileHitCount property
returns a count of how many profiles found in the story.
ProfileHitCount property is read-only.
Syntax
long lProfileCount = GetProfileHitCount();
The GetProfileHitCount syntax has these parts:
Part |
Description |
|
lProfileCount |
long value set to the number of profiles in a story. |
See Also: SearchHitCount StoryHitCount URLCount
Back to: Story Properties