Save Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace > Solution Class : Save Method



incrementSolutionVersion

Glossary Item Box

Updates the xsn file on the local disk and uploads the file back to its original location.

Syntax

Visual Basic (Declaration) 
Public Sub Save( _
   ByVal incrementSolutionVersion As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As Solution
Dim incrementSolutionVersion As Boolean
 
instance.Save(incrementSolutionVersion)
C# 
public void Save( 
   bool incrementSolutionVersion
)
C++/CLI 
public:
void Save( 
   bool incrementSolutionVersion
) 

Parameters

incrementSolutionVersion

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