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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public BaseInfo CloneBase { get; set; }
Property Value
Type:
BaseInfoSee Also