ValidationResultForUpgradeMetadataItemParams Structure

Data content for validated/requested metadata items.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public struct MetadataItemParams
Inheritance
Object    ValueType    ValidationResultForUpgradeMetadataItemParams

Fields

identifier The identifier for the metadata structure item.
itemType The metadata structure item type.
moduleConfigId The configuration identifier where the metadata structure reference origins from.
optional True if the metadata structure item was specified to be optional.
wasMissing True if the metadata structure item was not present in the vault metadata structure.

See Also