Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AndBlockFilterElement

Represents and block filter element.

Inheritance
System.Object
AndBlockFilterElement
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class AndBlockFilterElement : FilterElement

Constructors

AndBlockFilterElement()

Initializes a new instance of the FilterOrBlock class.

Declaration
public AndBlockFilterElement()

AndBlockFilterElement(FilterElement[])

Initializes a new instance of the FilterOrBlock class.

Declaration
public AndBlockFilterElement(params FilterElement[] filters)
Parameters
Type Name Description
FilterElement[] filters

The filters.

Properties

ChildElements

Gets the child elements.

Declaration
public override FilterElementCollection ChildElements { get; }
Property Value
Type Description
FilterElementCollection

The child elements.

Overrides