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