ValidationResultForValidationFailedItemAction Method (IConfiguration, MFIdentifier, String, NullableBoolean, Boolean, String) |
Perform the error action with single metadata element.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected void FailedItemAction(
IConfiguration configuration,
MFIdentifier element,
string type,
Nullable<bool> required,
bool validate,
string message
)
Protected Sub FailedItemAction (
configuration As IConfiguration,
element As MFIdentifier,
type As String,
required As Nullable(Of Boolean),
validate As Boolean,
message As String
)
protected:
void FailedItemAction(
IConfiguration^ configuration,
MFIdentifier^ element,
String^ type,
Nullable<bool> required,
bool validate,
String^ message
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The configuration that is being validated. - element
- Type: MFiles.VAF.ConfigurationMFIdentifier
The string that identifies the metadata element. - type
- Type: SystemString
The metadata element type. - required
- Type: SystemNullableBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed. - message
- Type: SystemString
Custom message
See Also