A collection of goto URL behavior objects.
Methods
GotoURLBehavioradd ([withProperties:
Object])
Creates a new GotoURLBehavior.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new GotoURLBehavior (Optional) |
GotoURLBehavioranyItem ()
Returns any GotoURLBehavior in the collection.
number count ()
Displays the number of elements in the GotoURLBehavior.
Array of GotoURLBehavioreveryItem ()
Returns every GotoURLBehavior in the collection.
GotoURLBehaviorfirstItem ()
Returns the first GotoURLBehavior in the collection.
GotoURLBehavioritem (index:
any)
Returns the GotoURLBehavior with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
GotoURLBehavioritemByID (id:
number)
Returns the GotoURLBehavior with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
GotoURLBehavioritemByName (name:
string)
Returns the GotoURLBehavior with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of GotoURLBehavioritemByRange (from:
any, to:
any)
Returns the GotoURLBehaviors within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | GotoURLBehavior Long Integer String |
The GotoURLBehavior, index, or name at the beginning of the range. Can accept: GotoURLBehavior, Long Integer or String. |
| to | GotoURLBehavior Long Integer String |
The GotoURLBehavior, index, or name at the end of the range. Can accept: GotoURLBehavior, Long Integer or String. |
GotoURLBehaviorlastItem ()
Returns the last GotoURLBehavior in the collection.
GotoURLBehaviormiddleItem ()
Returns the middle GotoURLBehavior in the collection.
GotoURLBehaviornextItem (obj:
GotoURLBehavior)
Returns the GotoURLBehavior whose index follows the specified GotoURLBehavior in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | GotoURLBehavior | The GotoURLBehavior whose index comes before the desired GotoURLBehavior. |
GotoURLBehaviorpreviousItem (obj:
GotoURLBehavior)
Returns the GotoURLBehavior with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | GotoURLBehavior | The index of the GotoURLBehavior that follows the desired GotoURLBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoURLBehavior.