Spread for ASP.NET 10 Product Documentation
SaveObject(Object,String,String) Method


Object to save (must implement ISerializeSupport)
File name to save object to
Name of root XML element
Saves an object as XML to a file.
Syntax
'Declaration
 
Public Overloads Shared Function SaveObject( _
   ByVal o As Object, _
   ByVal fileName As String, _
   ByVal rootElement As String _
) As Boolean
'Usage
 
Dim o As Object
Dim fileName As String
Dim rootElement As String
Dim value As Boolean
 
value = Serializer.SaveObject(o, fileName, rootElement)
public static bool SaveObject( 
   object o,
   string fileName,
   string rootElement
)

Parameters

o
Object to save (must implement ISerializeSupport)
fileName
File name to save object to
rootElement
Name of root XML element

Return Value

true if successful; false otherwise
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Serializer Class
Serializer Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.