CreateFileLengthUpperBound
DocumentFilter.CreateFileLengthUpperBound method
Creates a filter for skipping documents with the length greater than the upper bound.
public static DocumentFilter CreateFileLengthUpperBound(long upperBound)
Parameter | Type | Description |
---|---|---|
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