Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectGetTypesWhereCondition Method
Returns the where condition which filters the default query data for specific types

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override string GetTypesWhereCondition(
	IEnumerable<string> types
)

Parameters

types
Type: System.Collections.GenericIEnumerableString
List of types for which create the where condition

Return Value

Type: String
See Also