Click or drag to resize

IncompatibleContextIssue Class

Occurs when a first position level command does not accept the current contexts type.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.PlaceholdersPlaceholderTemplateIssue
    MFiles.VAF.Placeholders.IssuesIncompatibleContextIssue

Namespace:  MFiles.VAF.Placeholders.Issues
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public class IncompatibleContextIssue : PlaceholderTemplateIssue

The IncompatibleContextIssue type exposes the following members.

Constructors
  NameDescription
Public methodIncompatibleContextIssue
Constructor.
Top
Properties
  NameDescription
Public propertyMessage
A description of the issue.
(Inherited from PlaceholderTemplateIssue.)
Public propertySource
The placeholder template node where the issue is.
(Inherited from PlaceholderTemplateIssue.)
Public propertyType
The type of issue this is.
(Inherited from PlaceholderTemplateIssue.)
Top
See Also