DataTypeManagerIsKnownType Method |
Returns true, if the given type is a registered known type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static bool IsKnownType(
Type type
)
Parameters
- type
- Type: SystemType
Type to check
Return Value
Type:
Boolean
See Also