Click or drag to resize
DataTypeManagerIsKnownType Method
Returns true, if the given type is a registered known type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool IsKnownType(
	Type type
)

Parameters

type
Type: SystemType
Type to check

Return Value

Type: Boolean
See Also