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