-
add( |
id [, withProperties]) |
-
Adds a new preflight rule to the profile.
id
|
string
The ID of the rule to be added
|
withProperties
|
Object
Initial values for properties of the new PreflightRuleInstance (Optional)
|
-
-
Returns any PreflightRuleInstance in the collection.
-
-
Displays the number of elements in the PreflightRuleInstance.
-
-
Returns every PreflightRuleInstance in the collection.
-
-
Returns the first PreflightRuleInstance in the collection.
-
-
Returns the PreflightRuleInstance with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the PreflightRuleInstance with the specified ID.
-
-
Returns the PreflightRuleInstance with the specified name.
-
-
Returns the PreflightRuleInstances within the specified range.
from
|
The PreflightRuleInstance, index, or name at the beginning of the range. Can accept: PreflightRuleInstance, Long Integer or String.
|
to
|
The PreflightRuleInstance, index, or name at the end of the range. Can accept: PreflightRuleInstance, Long Integer or String.
|
-
-
Returns the last PreflightRuleInstance in the collection.
-
-
Returns the middle PreflightRuleInstance in the collection.
-
-
Returns the PreflightRuleInstance whose index follows the specified PreflightRuleInstance in the collection.
obj
|
PreflightRuleInstance
The PreflightRuleInstance whose index comes before the desired PreflightRuleInstance.
|
-
-
Returns the PreflightRuleInstance with the index previous to the specified index.
obj
|
PreflightRuleInstance
The index of the PreflightRuleInstance that follows the desired PreflightRuleInstance.
|
-
-
Generates a string which, if executed, will return the PreflightRuleInstance.