ValidationResultBaseEmptyValue(IConfiguration, MFMetadataStructureItem, MFIdentifier, MFIdentifier, Boolean, Boolean, String) Method

Empty value error.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual void EmptyValue(
	IConfiguration configuration,
	MFMetadataStructureItem metadataStructureItem,
	MFIdentifier identifier,
	MFIdentifier parentIdentifier,
	bool required,
	bool validate,
	string message
)

Parameters

configuration  IConfiguration
The configuration that is being validated.
metadataStructureItem  MFMetadataStructureItem
The metadata element type.
identifier  MFIdentifier
The missing element.
parentIdentifier  MFIdentifier
The parent element for the missing element. Helps to identify the actual missing item.
required  Boolean
Is the reference required, or optional
validate  Boolean
True if the validation action should be performed.
message  String
String specifying the location.

See Also