Articles
A collection of articles.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Article add( String name, Boolean articleExportStatus, LocationOptions at, Article reference, Object withProperties )
Creates a new Article
Parameters
Number count()
Displays the number of elements in the Article.
Article item( Mixed index )
Returns the Article with the specified index or name.
Parameters
Article itemByName( String name )
Returns the Article with the specified name.
Parameters
Article itemByID( Number id )
Returns the Article with the specified ID.
Parameters
Article itemByRange( Mixed from, Mixed to )
Returns the Articles within the specified range.
Parameters
Article firstItem()
Returns the first Article in the collection.
Article lastItem()
Returns the last Article in the collection.
Article middleItem()
Returns the middle Article in the collection.
Article previousItem( Article obj )
Returns the Article with the index previous to the specified index.
Parameters
Article nextItem( Article obj )
Returns the Article whose index follows the specified Article in the collection.
Parameters
Article anyItem()
Returns any Article in the collection.
Article everyItem()
Returns every Article in the collection.
String toSource()
Generates a string which, if executed, will return the Article.
Article []( Number index )
Returns the Article with the specified index.