Click or drag to resize
BaseInfoAddColumnPrefixesWhereCondition Method
Adds restriction to given where filtering out all rows where given column starts with one of excluded prefixes found in TypeInfo default data settings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected string AddColumnPrefixesWhereCondition(
	string where,
	string columnName,
	IEnumerable<string> excludedNames = null
)

Parameters

where
Type: SystemString
Original where condition
columnName
Type: SystemString
Column that must not start with excluded prefixes.
excludedNames (Optional)
Type: System.Collections.GenericIEnumerableString
Objects with display names and code names starting with these expressions are filtered out.

Return Value

Type: String
See Also