In a rule, this interface is implemented by the predefined object named MultiValue.
Public Interface IMultiValueParam
public interface IMultiValueParam
The IMultiValueParam type exposes the following members.
| Name | Description | |
|---|---|---|
| List(String) |
Gets or sets the list of possible values for a parameter.
| |
| List(Object, String) |
Gets or sets the list of possible values for a parameter in a component or document.
| |
| Quiet |
If this is true, no error will be thrown when a parameter is not found.
| |
| UpdateAfterChange |
If this is true, a document update will be performed automatically after a parameter value is changed by a MultiValue operation in the current rule.
|
| Name | Description | |
|---|---|---|
| FindValue |
Tries to find a value in a list.
| |
| SetList |
Sets the list of possible values for a parameter.
| |
| SetValueOptions |
Sets options for behavior when a multivalue list is changed.
|