NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListItem.Save

Saves this ListItem object to the given data stream.

[Visual Basic]
Overridable Public Sub Save( _
   ByVal stream As Stream _
)
[C#]
public virtual void Save(
   Stream stream
);
[C++]
public: virtual void Save(
   Stream* stream
);
[JScript]
public function Save(
   stream : Stream
);

Parameters

stream
The data stream to write to.

See Also

ListItem Class | ListItem Members | System.WinForms Namespace | IPersistable