SiteCollection.RemoveAt(Int32) Method

Definition

Removes a Web site from the site collection at the specified collection index.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index of the Web site to remove from the collection.

Remarks

The Site object is removed from the collection in memory during this call. However, to commit the site configuration to the configuration system, you will need to use the ServerManager class to perform the update.

Applies to