FSClickThroughExtractorJobDefinition.SetNumberOfDaysToExtract Method
Set the number of days to extract click through data for. The default is 30.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetNumberOfDaysToExtract ( _
days As Integer _
)
'Usage
Dim instance As FSClickThroughExtractorJobDefinition
Dim days As Integer
instance.SetNumberOfDaysToExtract(days)
public void SetNumberOfDaysToExtract(
int days
)
Parameters
days
Type: System.Int32Number of days.
See Also
Reference
FSClickThroughExtractorJobDefinition Class