CopyFromIndexCommandMissingTarget Property

This is used to get or set the message level for missing target entries

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public MessageLevel MissingTarget { get; set; }

Property Value

MessageLevel
The default is Ignore to ignore missing target entries without logging a message

See Also