Click or drag to resize
ContainerCustomDataValue Property

Note: This API is now obsolete.

Value of the custom data, if set, overrides the data collection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Name the value and use GetValue(string) and SetValue(string, object) methods. This will require to re-save the values in the database.")]
public override string Value { get; set; }

Property Value

Type: String
See Also