Endeca Presentation API
IndexOf Method (item)
NamespacesEndeca.NavigationDimLocationListIndexOf(Object)
Returns the zero-based index of the first occurrence of an element in the DimLocationList or in a portion of it.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int IndexOf(
	Object item
)
Public Overridable Function IndexOf ( _
	item As Object _
) As Integer
public:
virtual int IndexOf (
	Object^ item
)
Parameters
item (Object)
The DimLocation object to locate in the DimLocationList.
Return Value
The zero-based index of the first occurrence of item within the entire DimLocationList, if found; otherwise, -1.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0