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!

ListItemCollection.Add (ListItem)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal item As ListItem _
)
[C#]
public void Add(
   ListItem item
);
[C++]
public: void Add(
   ListItem* item
);
[JScript]
public function Add(
   item : ListItem
);

Parameters

item
[To be supplied.]

See Also

ListItemCollection Class | ListItemCollection Members | System.Web.UI Namespace | ListItemCollection.Add Overload List