Click or drag to resize
DataTypeTIsOfTypeFunction Field
Function used to determine whether a given value is of this data type. If left null, all objects are considered to be of this type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected Func<Object, CultureInfo, bool> IsOfTypeFunction

Field Value

Type: FuncObject, CultureInfo, Boolean
See Also