RSS Documentation
Save(String,Boolean) Method



Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String, _
   ByVal overwrite As Boolean _
) 
'Usage
 
Dim instance As BPMProcess
Dim fileName As String
Dim overwrite As Boolean
 
instance.Save(fileName, overwrite)
public void Save( 
   string fileName,
   bool overwrite
)
public:
void Save( 
   String^ fileName,
   bool overwrite
) 

Parameters

fileName
overwrite
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BPMProcess Class
BPMProcess Members
Overload List

Send Feedback