ValidationProperties
ValidationProperties class
Encapsulates properties related to validation for the document.
Constructors
| Name | Description |
|---|---|
| ValidationProperties | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| LastValidated | DateTime | The date and time the document was last validated |
| ShowIgnored | int | Whether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant. |
ValidationProperties(lastValidated, showIgnored)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| lastValidated | DateTime | |
| showIgnored | int | A BOOL value. |
ValidationProperties.LastValidated property
The date and time the document was last validated
Type: DateTime
ValidationProperties.ShowIgnored property
Whether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant.
Type: int