Category::QueryCrawledProperties method
SharePoint 2013
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)
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.IEnumerableAn IEnumerator object that can be used to iterate through the collection.
Show: