CloneSettingsCloneBase Property |
Gets or sets the root object - the object the clonning 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: 8.2.23
Syntax public BaseInfo CloneBase { get; set; }
Property Value
Type:
BaseInfoSee Also