ViewID Property (Alert Control)
Windows - Visual C++
Read Only
Description
The ViewID property returns the
NewsEdge Server view ID for which the Alert Control is currently
receiving profile-hit notifications. The view ID is needed to
retrieve the story text from the server.
Syntax
long ID = GetViewID();
void SetViewID(long ID);
The ViewID syntax has these parts:
Part |
Description |
|
ID |
An integer containing the view ID. |
Remarks
This property is only valid when the AlertWordOnly
property is FALSE, meaning full headline text is available.
See Also: AlertWordOnly Alert UserClick HeadlineViewID (Story) StoryID (Story) ViewID (Headline)
Back to: Alert Properties