ValidationResultBaseValueListItemNotIn Method |
Report misplaced value list item.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual void ValueListItemNotIn(
IConfiguration configuration,
MFIdentifier valueListItem,
MFIdentifier valueList,
bool required,
bool validate
)
Public Overridable Sub ValueListItemNotIn (
configuration As IConfiguration,
valueListItem As MFIdentifier,
valueList As MFIdentifier,
required As Boolean,
validate As Boolean
)
public:
virtual void ValueListItemNotIn(
IConfiguration^ configuration,
MFIdentifier^ valueListItem,
MFIdentifier^ valueList,
bool required,
bool validate
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The configuration that is being validated. - valueListItem
- Type: MFiles.VAF.ConfigurationMFIdentifier
The value list item identifier (guid, objid string, id). - valueList
- Type: MFiles.VAF.ConfigurationMFIdentifier
The workflow identifier that is expected to contain the state (alias, guid, id). - required
- Type: SystemBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed.
See Also