Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaDataTypeExtensions

Contains extension methods for MetaDataType.

Inheritance
System.Object
MetaDataTypeExtensions
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public static class MetaDataTypeExtensions : Object

Methods

IsDateTimeType(MetaDataType)

Determines whether MetaDataType represents a DateTime.

Declaration
public static bool IsDateTimeType(this MetaDataType dataType)
Parameters
Type Name Description
MetaDataType dataType

The meta data type.

Returns
Type Description
System.Boolean