Schema.QueryCrawledPropertiesByWildcard Method

Gets the crawled properties whose name matches the specified regular expression.

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

Syntax

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

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

Parameters

  • name
    Type: System.String

    The regular expression specifying the name of the crawled properties.

  • offset
    Type: System.Int32

    The offset of the crawled properties.

  • count
    Type: System.Int32

    The maximum number of crawled properties to get.

Return Value

Type: System.Collections.Generic.IEnumerable<CrawledProperty>
The crawled properties that match the specified regular expression.

See Also

Reference

Schema Interface

Schema Members

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