CreateFileLengthRange
DocumentFilter.CreateFileLengthRange method
Creates a filter for skipping documents out of the specified document length range.
public static DocumentFilter CreateFileLengthRange(long lowerBound, long upperBound)
| Parameter | Type | Description |
|---|---|---|
| lowerBound | Int64 | The lower bound of the document length. |
| upperBound | Int64 | The upper bound of the document length. |
Return Value
A document filter by document length.
See Also
- class DocumentFilter
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search