Click or drag to resize
ObjectTypeInfoSynchronizationObjectTreeLocations Property

Note: This API is now obsolete.

Adds the object type to the object tree on the Objects tab of the Staging application.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use SynchronizationSettings.ObjectTreeLocations instead.")]
public List<ObjectTreeLocation> SynchronizationObjectTreeLocations { get; set; }

Property Value

Type: ListObjectTreeLocation
See Also