FilterableNoRecurrence Property

The FilterableNoRecurrence property of the SPField class gets a Boolean value that indicates whether a filter can be created on a field in a view that does not expand recurring events.

Property Value

true if a filter can be created on the field in a view that does not expand recurring events; otherwise, false.

Remarks

The FilterableNoRecurrence property works in conjunction with the Filterable property. If the Filterable property contains true, the field can be filtered in all views regardless of what the FilterableNoRecurrence property contains.

For example, if the FilterableNoRecurrence property contains false for the Title field in a list, and the Filterable property contains true, the Title field can still be filtered in any view. If the Filterable property contains false but the FilterableNoRecurrence property contains true, the field is filterable in views that do not expand recurring events, such as the All Events view for an Events list.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security