Click or drag to resize
FilterCollectionAdd Method (Filter)
Adds a filter to the collection.

Namespace: ConnectedApps.Cms.Entities.Search
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	Filter filter
)

Parameters

filter
Type: ConnectedApps.Cms.Entities.SearchFilter
Contains the filter to add with the And logical operator.
See Also