Click or drag to resize
SerializationSettingsStructuredFields Property
Lists fields that contain structured data and cannot directly be serialized as inner text values of XML elements. Maps an IStructuredField implementation to every listed field, which defines how the serialization occurs.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<IStructuredField> StructuredFields { set; }

Property Value

Type: IEnumerableIStructuredField
See Also