Schema.QueryCrawledProperties Method

Returns a list of crawled properties that match filter, offset and count parameters.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function QueryCrawledProperties ( _
    filter As String, _
    offset As Integer, _
    count As Integer _
) As IEnumerable(Of CrawledProperty)
'Usage
Dim instance As Schema
Dim filter As String
Dim offset As Integer
Dim count As Integer
Dim returnValue As IEnumerable(Of CrawledProperty)

returnValue = instance.QueryCrawledProperties(filter, _
    offset, count)
IEnumerable<CrawledProperty> QueryCrawledProperties(
    string filter,
    int offset,
    int count
)

Parameters

  • offset
    Type: System.Int32

    The offset of the returned crawled property list.

  • count
    Type: System.Int32

    The maximum number of crawled properties to return.

Return Value

Type: System.Collections.Generic.IEnumerable<CrawledProperty>
A list of CrawledProperty objects.

See Also

Reference

Schema Interface

Schema Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

Index Schema (FAST Search Server 2010 for SharePoint)