Click or drag to resize
TreeProviderGetClassNamesWhereCondition Method
Returns where condition for given class names.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetClassNamesWhereCondition(
	string classNames
)

Parameters

classNames
Type: SystemString
List of class names separated by semicolon.

Return Value

Type: String
See Also