Clear value and set as null/undefined.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public void Clear() |
Remarks
If the property is a required property, calling the Clear method will
throw a RequiredPropertyValueException exception. Check IsRequired to
see if this a required property.