RSSFeederFilterCriteria Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets an expression to filter on. The default value is an empty string. The expression should be the WHERE clause of an T-SQL statement using the field you specified in one or more of the DataFields parameter members. The field name must be enclosed in brackets and must have correct casing. Do not include the WHERE keyword.

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string FilterCriteria { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was passed in for this property.
Remarks

This parameter is protected against SQL-injection code, and will throw an error if a semicolon or an invalid WHERE statement is specified.
Examples

[Country]='Swe' AND [City]='Falun'
See Also

Reference