DevForce Help Reference
SerializeToFile Method


Serialize the configuration information to a file.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub SerializeToFile( _
   ByVal config As IdeaBladeConfig, _
   ByVal fileName As String, _
   Optional ByVal includeNonIbXml As Boolean _
) 
'Usage
 
Dim config As IdeaBladeConfig
Dim fileName As String
Dim includeNonIbXml As Boolean
 
ConfigExtensions.SerializeToFile(config, fileName, includeNonIbXml)
[Extension()]
public static void SerializeToFile( 
   IdeaBladeConfig config,
   string fileName,
   bool includeNonIbXml
)

Parameters

config
fileName
includeNonIbXml
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

ConfigExtensions Class
ConfigExtensions Members

Send Feedback