Click or drag to resize

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
C#
public bool Save(
	string path
)

Parameters

path
Type: SystemString
The target XML path.

Return Value

Type: Boolean
True if the file has been save, else False.
See Also