ArticleChildren

A collection of group items that are also part of an article.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Objects:

Number

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

ArticleChild [] (index:Number)

Returns the ArticleChild with the specified index.

Parameter

Type

Description

index

Number

The index.

ArticleChild anyItem ()

Returns any ArticleChild in the collection.

Number count ()

Displays the number of elements in the ArticleChild.

ArticleChild everyItem ()

Returns every ArticleChild in the collection.

ArticleChild firstItem ()

Returns the first ArticleChild in the collection.

ArticleChild item (index:Varies LongInteger String)

Returns the ArticleChild with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

ArticleChild itemByID (id:Number)

Returns the ArticleChild with the specified ID.

Parameter

Type

Description

id

Number

The ID.

ArticleChild itemByRange (from:Varies ArticleChild LongInteger String, to:Varies ArticleChild LongInteger String)

Returns the ArticleChildren within the specified range.

Parameter

Type

Description

from

ArticleChild

LongInteger

String

The ArticleChild, index, or name at the beginning of the range. Can accept: ArticleChild, Long Integer or String.

to

ArticleChild

LongInteger

String

The ArticleChild, index, or name at the end of the range. Can accept: ArticleChild, Long Integer or String.

ArticleChild lastItem ()

Returns the last ArticleChild in the collection.

ArticleChild middleItem ()

Returns the middle ArticleChild in the collection.

ArticleChild nextItem (obj:ArticleChild)

Returns the ArticleChild whose index follows the specified ArticleChild in the collection.

Parameter

Type

Description

obj

ArticleChild

The ArticleChild whose index comes before the desired ArticleChild.

ArticleChild previousItem (obj:ArticleChild)

Returns the ArticleChild with the index previous to the specified index.

Parameter

Type

Description

obj

ArticleChild

The index of the ArticleChild that follows the desired ArticleChild.

String toSource ()

Generates a string which, if executed, will return the ArticleChild.

Object of

Group.articleChildren