ContentIterator.ListHasIndexedContentType method

Determines whether the content type field ID is indexed for the SPList object.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared Function ListHasIndexedContentType ( _
    list As SPList _
) As Boolean
'Usage
Dim list As SPList
Dim returnValue As Boolean

returnValue = ContentIterator.ListHasIndexedContentType(list)
public static bool ListHasIndexedContentType(
    SPList list
)

Parameters

Return value

Type: System.Boolean
true if the field is indexed; otherwise, false.
Returns Boolean.

Remarks

If the content type field is not indexed, queries on content type are subject to throttling.

See also

Reference

ContentIterator class

ContentIterator members

Microsoft.Office.Server.Utilities namespace