Click or drag to resize
DataTypeSpecialDefaultValues Property
List of special default values recognized by this type and treated as default value by the code

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public List<string> SpecialDefaultValues { get; set; }

Property Value

Type: ListString
See Also