PlaceholderIssueType Enumeration
            
            Defines the 
            
            
            
              Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum PlaceholderIssueType
 
            
            
              
                
                  | 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. |