PlaceholderIssueType Enumeration

Defines the

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public enum PlaceholderIssueType

Members

Undefined 0 Unknown type.
Warning 1 There is an issue with the placeholder as defined, but expansion can occur, though it may expand to an empty context, the effect simply being that the placeholder is replaced by an empty string in the expanded text.
Invalid 2 The placeholder is invalid. It will not be expanded and the placeholder text will be visible in the expanded text.

See Also