Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe regular expression specifying the name of the crawled properties.
offset
Type: System.Int32The offset of the crawled properties.
count
Type: System.Int32The 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
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace