CreateAnd

SearchDocumentFilter.CreateAnd method

Creates a logical conjunction of the specified filters.

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

Return Value

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

See Also