Click or drag to resize

ModelCheckForModification Method (String)

Checks if a modification has occurred since the last load. Compares this model instance with the XML at the last known location.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool CheckForModification(
	string xmlPath
)

Parameters

xmlPath
Type: SystemString

Return Value

Type: Boolean
See Also