Authors Collection

This collection is a dispinterface on a class List object intended to contain strings. When the parent object’s CDF string is assembled, each string in this collection causes the insertion of a <AUTHOR> element. The value of the string is inserted as its content.

Type

IList (VT_DISPATCH)

Contains

String (VT_BSTR)

Default

Empty

Example

VBScript

Set IChannel = CreateObject("Push.Channel")
IChannel.Authors.Add "Some Author"
Set IItem = IChannel.AddItem
IItem.Authors.Add "Author of this item"

See Also

Class List


© 1997-1998 Microsoft Corporation. All rights reserved.