Intersoft WebGrid Documentation
SaveLayoutToXml(Stream,SaveLayoutOptions) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class > SaveLayoutToXml Method : SaveLayoutToXml(Stream,SaveLayoutOptions) Method






stream
saveOptions

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SaveLayoutToXml( _
   ByVal stream As Stream, _
   ByVal saveOptions As ISNet.WebUI.SaveLayoutOptions _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim stream As Stream
Dim saveOptions As ISNet.WebUI.SaveLayoutOptions
 
instance.SaveLayoutToXml(stream, saveOptions)
C# 
public void SaveLayoutToXml( 
   Stream stream,
   ISNet.WebUI.SaveLayoutOptions saveOptions
)
Delphi 
public procedure SaveLayoutToXml( 
    stream: Stream;
    saveOptions: ISNet.WebUI.SaveLayoutOptions
); 
JScript 
public function SaveLayoutToXml( 
   stream : Stream,
   saveOptions : ISNet.WebUI.SaveLayoutOptions
);
Managed Extensions for C++ 
public: void SaveLayoutToXml( 
   Stream* stream,
   ISNet.WebUI.SaveLayoutOptions saveOptions
) 
C++/CLI 
public:
void SaveLayoutToXml( 
   Stream^ stream,
   ISNet.WebUI.SaveLayoutOptions saveOptions
) 

Parameters

stream
saveOptions

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.