Click or drag to resize

ModelSave Method (String, 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,
	string newEditorVersion
)

Parameters

path
Type: SystemString
The target XML path.
newEditorVersion
Type: SystemString
The editor (Packflow.Designer) version.

Return Value

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