Click or drag to resize
DocumentTypeHelperGetClassNames Method (IWhereCondition)
Gets the class names of documents based on the given where condition

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<string> GetClassNames(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition

Return Value

Type: IEnumerableString
See Also