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: 8.2.23
Syntax
C#
public CMSList<string> SpecialDefaultValues { get; set; }

Property Value

Type: CMSListString
See Also