-
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 PreflightProfileRule (Optional)
|
-
-
Returns any PreflightProfileRule in the collection.
-
-
Displays the number of elements in the PreflightProfileRule.
-
-
Returns every PreflightProfileRule in the collection.
-
-
Returns the first PreflightProfileRule in the collection.
-
-
Returns the PreflightProfileRule with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the PreflightProfileRule with the specified ID.
-
-
Returns the PreflightProfileRule with the specified name.
-
-
Returns the PreflightProfileRules within the specified range.
from
|
The PreflightProfileRule, index, or name at the beginning of the range. Can accept: PreflightProfileRule, Long Integer or String.
|
to
|
The PreflightProfileRule, index, or name at the end of the range. Can accept: PreflightProfileRule, Long Integer or String.
|
-
-
Returns the last PreflightProfileRule in the collection.
-
-
Returns the middle PreflightProfileRule in the collection.
-
-
Returns the PreflightProfileRule whose index follows the specified PreflightProfileRule in the collection.
obj
|
PreflightProfileRule
The PreflightProfileRule whose index comes before the desired PreflightProfileRule.
|
-
-
Returns the PreflightProfileRule with the index previous to the specified index.
obj
|
PreflightProfileRule
The index of the PreflightProfileRule that follows the desired PreflightProfileRule.
|
-
-
Generates a string which, if executed, will return the PreflightProfileRule.