ArticleChildren
A collection of group items that are also part of an article.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the ArticleChild with the specified index.
Returns any ArticleChild in the collection.
Displays the number of elements in the ArticleChild.
Returns every ArticleChild in the collection.
Returns the first ArticleChild in the collection.
Returns the ArticleChild with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the ArticleChild with the specified ID.
Returns the ArticleChildren within the specified range.
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.
Returns the last ArticleChild in the collection.
Returns the middle ArticleChild in the collection.
Returns the ArticleChild whose index follows the specified ArticleChild in the collection.
obj
ArticleChild
The ArticleChild whose index comes before the desired ArticleChild.
Returns the ArticleChild with the index previous to the specified index.
obj
ArticleChild
The index of the ArticleChild that follows the desired ArticleChild.
Generates a string which, if executed, will return the ArticleChild.
Object of 1
Properties elsewhere that hold a ArticleChildren.