SearchServiceApplication.IsAnyResultItemTypeChanged method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function IsAnyResultItemTypeChanged ( _
since As DateTime, _
<OutAttribute> ByRef nextModifiedSince As DateTime _
) As Boolean
'Usage
Dim instance As SearchServiceApplication
Dim since As DateTime
Dim nextModifiedSince As DateTime
Dim returnValue As Boolean
returnValue = instance.IsAnyResultItemTypeChanged(since, _
nextModifiedSince)
public bool IsAnyResultItemTypeChanged(
DateTime since,
out DateTime nextModifiedSince
)
Parameters
- since
Type: System.DateTime
- nextModifiedSince
Type: System.DateTime
Return value
Type: System.Boolean
See also
Reference
SearchServiceApplication class