CreateOr

SearchDocumentFilter.CreateOr method

Creates a logical disjunction of the specified filters.

public static ISearchDocumentFilter CreateOr(params ISearchDocumentFilter[] filters)
Parameter Type Description
filters ISearchDocumentFilter[] The search document filters.

Return Value

A search document filter that represents result of disjunction of the specified filters.

See Also