InstancesAssignedStory [] (index:
number)
Returns the AssignedStory with the specified index.
Parameter | Type | Description |
index | number | The index. |
AssignedStory anyItem ()
Returns any AssignedStory in the collection.
number count ()
Displays the number of elements in the AssignedStory.
Array of AssignedStory everyItem ()
Returns every AssignedStory in the collection.
AssignedStory firstItem ()
Returns the first AssignedStory in the collection.
AssignedStory item (index:
varies)
Returns the AssignedStory with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
AssignedStory itemByID (id:
number)
Returns the AssignedStory with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
AssignedStory itemByName (name:
string)
Returns the AssignedStory with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of AssignedStory itemByRange (from:
varies, to:
varies)
Returns the AssignedStories within the specified range.
Parameter | Type | Description |
from | AssignedStory Long Integer String | The AssignedStory, index, or name at the beginning of the range. Can accept: AssignedStory, Long Integer or String. |
to | AssignedStory Long Integer String | The AssignedStory, index, or name at the end of the range. Can accept: AssignedStory, Long Integer or String. |
AssignedStory lastItem ()
Returns the last AssignedStory in the collection.
AssignedStory middleItem ()
Returns the middle AssignedStory in the collection.
AssignedStory nextItem (obj:
AssignedStory)
Returns the AssignedStory whose index follows the specified AssignedStory in the collection.
Parameter | Type | Description |
obj | AssignedStory | The AssignedStory whose index comes before the desired AssignedStory. |
AssignedStory previousItem (obj:
AssignedStory)
Returns the AssignedStory with the index previous to the specified index.
Parameter | Type | Description |
obj | AssignedStory | The index of the AssignedStory that follows the desired AssignedStory. |
string toSource ()
Generates a string which, if executed, will return the AssignedStory.
|