URLCount Property (Story Control)
Windows - Visual C++
Description
The URLCount property returns the
number of unique URLs in the story.
URLCount property is read-only.
Syntax
long lURLCount = GetURLCount ();
The GetURLCount syntax has these parts:
Part |
Description |
|
lURLCount |
Long value set to the number of unique URLs in a story. |
Remarks
Uniform Resource Locator is generally expressed a "http://", or "ftp://". This property returns the number of links to these resources.
See Also: SearchHitCount StoryHitCount ProfileHitCount
Back to: Story Properties