A collection of assigned stories.
|
Method
|
Returns
|
Description
|
|
AnyItem
|
Object
|
Returns any AssignedStory.
|
|
FirstItem
|
Object
|
Returns the first AssignedStory.
|
|
ItemByID
|
Object
|
Returns the AssignedStory with the specified ID.
|
|
ItemByRange
|
Objects
|
Returns the AssignedStories within the specified range.
|
|
LastItem
|
Object
|
Returns the last AssignedStory.
|
|
MiddleItem
|
Object
|
Returns the middle AssignedStory.
|
|
NextItem
|
Object
|
Returns the next AssignedStory.
|
|
PreviousItem
|
Object
|
Returns the previous AssignedStory.
|