Category::QueryCrawledProperties method

Returns an enumerator that iterates through the category's crawled properties that match the specified parameters.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

No code example is currently available or this language may not be supported.

Parameters

filter
Type: System.String

A string that specifies the filter for the crawled properties.

maxProperties
Type: System.Int32

A 32-bit integer that specifies the maximum number of crawled properties to return.

lastPropset
Type: System.Guid

A GUID that identifies the last specified property set.

lastPropertyName
Type: System.String

A string that provides the last specified crawled property name.

forwardDirection
Type: System.Boolean

A Boolean value that indicates the direction of the query.

Return value

Type: System.Collections.IEnumerable
An IEnumerator object that can be used to iterate through the collection.
Show: