-
add( |
[name] [, articleExportStatus] [, at=LocationOptions.AT_END] [, reference] [, withProperties]) |
→ Article |
-
Creates a new Article
name
|
string
The article name (Optional)
|
articleExportStatus
|
bool
The article's export status (Optional)
|
at
|
LocationOptions
The location relative to the reference object or within the containing object. (Optional)
|
reference
|
Article
The reference object. Note: Required when the to value specifies before or after. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Article (Optional)
|
-
-
Returns any Article in the collection.
-
-
Displays the number of elements in the Article.
-
-
Returns every Article in the collection.
-
-
Returns the first Article in the collection.
-
-
Returns the Article with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Article with the specified ID.
-
-
Returns the Article with the specified name.
-
-
Returns the Articles within the specified range.
from
|
The Article, index, or name at the beginning of the range. Can accept: Article, Long Integer or String.
|
to
|
The Article, index, or name at the end of the range. Can accept: Article, Long Integer or String.
|
-
-
Returns the last Article in the collection.
-
-
Returns the middle Article in the collection.
-
-
Returns the Article whose index follows the specified Article in the collection.
obj
|
Article
The Article whose index comes before the desired Article.
|
-
-
Returns the Article with the index previous to the specified index.
obj
|
Article
The index of the Article that follows the desired Article.
|
-
-
Generates a string which, if executed, will return the Article.