DevForce Help Reference
SaveOptions Constructor(SaveOptions)


A SaveOptions copy constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal saveOptions As SaveOptions _
)
'Usage
 
Dim saveOptions As SaveOptions
 
Dim instance As New SaveOptions(saveOptions)
public SaveOptions( 
   SaveOptions saveOptions
)

Parameters

saveOptions
Remarks
The Tag is not copied. Use WithTag to copy the SaveOptions and set the Tag value.
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

SaveOptions Class
SaveOptions Members
Overload List

Send Feedback