ValidationProperties

ValidationProperties class

Encapsulates properties related to validation for the document.

Constructors

NameDescription
ValidationPropertiesConstructor.

Properties

NameTypeDescription
LastValidatedDateTimeThe date and time the document was last validated
ShowIgnoredintWhether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant.

ValidationProperties(lastValidated, showIgnored)

Constructor.

ParameterTypeDescription
lastValidatedDateTime
showIgnoredintA 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