Click or drag to resize
ObjectTypeInfoSerializationSettings Property
Determines how the system serializes objects of the given type from the database into XML files. Set through the properties of the SerializationSettings class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public SerializationSettings SerializationSettings { get; }

Property Value

Type: SerializationSettings
See Also