CreateModificationTimeUpperBound
DocumentFilter.CreateModificationTimeUpperBound method
Creates a filter for skipping documents with modification date later than the upper bound.
public static DocumentFilter CreateModificationTimeUpperBound(DateTime upperBound)
Parameter | Type | Description |
---|---|---|
upperBound | DateTime | The upper bound of the document modification time. |
Return Value
A document filter by document modification time.
See Also
- class DocumentFilter
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search