get_IsSignatureValid Method

WRAPPER_API bool get_IsSignatureValid() const

 

Description

The get_IsSignatureValid method indicates if the base datasource file has been manually edited (i.e. with Notepad) since the last time it was saved. The base datasource is written out with a calculated signature value based on the current contents at the time it is saved. If the file is edited prior to being loaded, the signature saved in the file will not match the signature calculated from the (edited) contents of the file. This method will return true if the calculated signature matches the signature from the file, and false otherwise.