ModelSave Method (String) |
Saves the model as XML at the specified path.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public bool Save(
string path
)
Parameters
- path
- Type: SystemString
The target XML path.
Return Value
Type:
BooleanTrue if the file has been save, else False.
See Also