DocumentFilter Class |
Namespace: GroupDocs.Search.Options
The DocumentFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentFilter | Initializes a new instance of the DocumentFilter class |
Name | Description | |
---|---|---|
![]() ![]() | CreateAnd |
Creates a logical conjunction of the specified filters.
|
![]() ![]() | CreateCreationTimeLowerBound |
Creates a filter for skipping documents with creation date earlier than the lower bound.
|
![]() ![]() | CreateCreationTimeRange |
Creates a filter for skipping documents with creation date out of the specified range.
|
![]() ![]() | CreateCreationTimeUpperBound |
Creates a filter for skipping documents with creation date later than the upper bound.
|
![]() ![]() | CreateFileExtension |
Creates a filter for skipping documents that do not have allowable extension.
|
![]() ![]() | CreateFileLengthLowerBound |
Creates a filter for skipping documents with the length less than the lower bound.
|
![]() ![]() | CreateFileLengthRange |
Creates a filter for skipping documents out of the specified document length range.
|
![]() ![]() | CreateFileLengthUpperBound |
Creates a filter for skipping documents with the length greater than the upper bound.
|
![]() ![]() | CreateFilePathRegularExpression(String) |
Creates a filter for skipping documents that are not match a regular expression.
The regular expression is applied to the full path of a document.
|
![]() ![]() | CreateFilePathRegularExpression(String, RegexOptions) |
Creates a filter for skipping documents that are not match a regular expression.
The regular expression is applied to the full path of a document.
|
![]() ![]() | CreateModificationTimeLowerBound |
Creates a filter for skipping documents with modification date earlier than the lower bound.
|
![]() ![]() | CreateModificationTimeRange |
Creates a filter for skipping documents with modification date out of the specified range.
|
![]() ![]() | CreateModificationTimeUpperBound |
Creates a filter for skipping documents with modification date later than the upper bound.
|
![]() ![]() | CreateNot |
Creates a filter that has inverse logic in relation to the specified inner filter.
|
![]() ![]() | CreateOr |
Creates a logical disjunction of the specified filters.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns string representation of a document filter.
(Overrides ObjectToString.) |