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 Code |
---|---|
public void Insert( int index, item ) |
Visual Basic (Declaration) | Copy 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
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(<'T>)>)>. |
System..::..NotSupportedException | The IList<(Of <(<'T>)>)> is read-only. |
See Also
AccessControlList Class
Smartsite.Base.HttpNamespaceManager Namespace