PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public void Insert(
	int index,
	 item
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub Insert ( _
	index As Integer, _
	item As  _
)

Parameters

index
Int32
The zero-based index at which item should be inserted.
item
AccessControlEntry
The object to insert into the IList<(Of <(<'T>)>)>.

Exceptions

See Also

Advanced