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.
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Namespace: Smartsite.Base.HttpNamespaceManager
Assembly: Smartsite.Base (in Smartsite.Base.dll)
Syntax
C# | Copy Code |
---|---|
public int IndexOf( item ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function IndexOf ( _ item As _ ) As Integer |
Parameters
- item
- AccessControlEntry
The object to locate in the IList<(Of <(<'T>)>)>.
Return Value
The index of item if found in the list; otherwise, -1.See Also
AccessControlList Class
Smartsite.Base.HttpNamespaceManager Namespace