ArticleChildren
A collection of group items that are also part of an article.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Objects:
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
ArticleChild [] (index:Number)
Returns the ArticleChild with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
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 |
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 |
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 |
LongInteger |
The ArticleChild, index, or name at the beginning of the range. Can accept: ArticleChild, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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