Syntax
struct CrossReference;
Description
This struct contains information describing a cross reference.
Such references are kept by news servers for managing articles
contained in multiple groups. An article can have a sequence of
cross references.
Field Summary
|
Group |
The name of a news group.
|
|
Id |
The unique identifier (relative to the server) of an article in the
given group.
|
|
Field Details
|
|
Syntax
string Group;
Description
The name of a news group.
Syntax
long Id;
Description
The unique identifier (relative to the server) of an article in the
given group.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.