Click or drag to resize
CloneSettingsCloneBase Property
Gets or sets the root object - the object the cloning procedure was called on (for example when cloning country with states, in the states the root object will be still the country).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public BaseInfo CloneBase { get; set; }

Property Value

Type: BaseInfo
See Also