asposediagram.api

Class ValidationProperties

Encapsulates properties related to validation for the document.

Constructor Summary
ValidationProperties(lastValidated, showIgnored)
Constructor.
 
Property Getters/Setters Summary
methodgetLastValidated()
method
           The date and time the document was last validated
methodgetShowIgnored()
method
           Whether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant.
 

    • Constructor Detail

      • ValidationProperties

        ValidationProperties(lastValidated, showIgnored)
        Constructor.
        Parameters:
        lastValidated: DateTime -
        showIgnored: int - A BOOL value.
    • Property Getters/Setters Detail

      • getLastValidated/setLastValidated : DateTime 

        DateTime getLastValidated() / setLastValidated(value)
        
        The date and time the document was last validated
      • getShowIgnored/setShowIgnored : int 

        int getShowIgnored() / setShowIgnored(value)
        
        Whether to show ignored validation issues in the Issues window. The value of the property is BOOL integer constant.