Click or drag to resize
DataTypeManagerGetDataTypes Method
Gets the data types matching the given condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static IEnumerable<DataType> GetDataTypes(
	Func<DataType, bool> condition = null
)

Parameters

condition (Optional)
Type: SystemFuncDataType, Boolean
Data type condition

Return Value

Type: IEnumerableDataType
See Also