Click here for NewsObjects Overview
ColumnIdentifier Property (Feed Control)
Windows - Visual C++


Read Only

Description
The ColumnIdentifier property returns the identifier string of a column.

Syntax
CString name = GetColumnIdentifier(short value);

The ColumnIdentifier syntax has these parts:

 Part

Description

value

A value from 1 to the number returned by the TotalColumnCount property.

name

A String containing an identifier string for the column, as described in Return Values.

Return Values

Value

Description

ShortName

The short name.

LongName

The long name.

Copyright

The copyright string.

Remarks
The values returned by the ColumnIdentifier property can be used to obtain data using the ItemInfo property.The identifiers of all possible columns can be obtained by getting the ColumnIdentifier property for all values of index from 1 to TotalColumnCount.

Only the LongName column is ever visible.

See Also: ItemInfo TotalColumnCount

Back to: Feed Properties