Schema.QueryCrawledProperties Method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function QueryCrawledProperties ( _
filter As String, _
cMaxProps As Integer, _
lastPropset As Guid, _
lastPropertyName As String, _
forwardDirection As Boolean _
) As IEnumerable
'Usage
Dim instance As Schema
Dim filter As String
Dim cMaxProps As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forwardDirection As Boolean
Dim returnValue As IEnumerable
returnValue = instance.QueryCrawledProperties(filter, _
cMaxProps, lastPropset, lastPropertyName, _
forwardDirection)
public IEnumerable QueryCrawledProperties(
string filter,
int cMaxProps,
Guid lastPropset,
string lastPropertyName,
bool forwardDirection
)
Parameters
- filter
Type: System.String
A string that represents
- cMaxProps
Type: System.Int32
An integer that represents
- lastPropset
Type: System.Guid
A GUID that represents
- lastPropertyName
Type: System.String
A string that represents
- forwardDirection
Type: System.Boolean
A Boolean value that represents
Return Value
Type: System.Collections.IEnumerable