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!

ListSelector.Insert

[To be supplied.]

[Visual Basic]
Public Sub Insert( _
   ByVal Index As Integer, _
   ByVal Item As HttpFileSelector _
)
[C#]
public void Insert(
   int Index,
   HttpFileSelector Item
);
[C++]
public: void Insert(
   int Index,
   HttpFileSelector* Item
);
[JScript]
public function Insert(
   Index : int,
   Item : HttpFileSelector
);

Parameters

Index
[To be supplied.]
Item
[To be supplied.]

See Also

ListSelector Class | ListSelector Members | System.Configuration.Interceptors Namespace