ActiveDirectorySiteCollection.Insert(Int32, ActiveDirectorySite) Method

Definition

Inserts the specified ActiveDirectorySite object into this collection at the specified index.

public:
 void Insert(int index, System::DirectoryServices::ActiveDirectory::ActiveDirectorySite ^ site);
public void Insert (int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site);
member this.Insert : int * System.DirectoryServices.ActiveDirectory.ActiveDirectorySite -> unit
Public Sub Insert (index As Integer, site As ActiveDirectorySite)

Parameters

index
Int32

The zero-based index in the collection where the object is inserted.

site
ActiveDirectorySite

The ActiveDirectorySite object to insert into this collection.

Exceptions

A call to the underlying directory service resulted in an error.

The object already exists in the collection.

site is null.

The index specified is out of range of the collection.

The ActiveDirectorySite object has not yet been saved in the Active Directory Domain Services store.

Applies to

See also