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 whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Namespace: Smartsite.Base.HttpNamespaceManager
Assembly: Smartsite.Base (in Smartsite.Base.dll)
Syntax
C# | Copy Code |
---|---|
public bool Contains( item ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function Contains ( _ item As _ ) As |
Parameters
- item
- AccessControlEntry
The object to locate in the ICollection<(Of <(<'T>)>)>.
Return Value
true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.See Also
AccessControlList Class
Smartsite.Base.HttpNamespaceManager Namespace