Click or drag to resize
DocumentQueryPropertiesGetClassesWhereCondition Method
Gets where condition based on multi-query settings and list of document types

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public string GetClassesWhereCondition(
	IEnumerable<string> types
)

Parameters

types
Type: System.Collections.GenericIEnumerableString
List of document types

Return Value

Type: String
See Also