bool UpToDate (string path, string projectChecksum, string groupID, string documentID, string actionChecksum)
Compares the provided parameters for a given path against a previously recorded values. If the values match, the result is true(). Otherwise, the result is false().
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
path | Full pathname of the file. |
projectChecksum | The project checksum. |
groupID | Identifier for the group. |
documentID | Identifier for the document. |
actionChecksum | The action checksum. |
Returns:
True if it succeeds, false if it fails.
Last modified date: 10/14/2020