|
||
When cloning a web part, you can specify the following properties:
Display name |
Name of the new cloned web part used in the administration interface. |
Code name |
Name of the new cloned web part used in website code. |
Category |
Select category where the new cloned web part will be placed. |
File name |
Parent web part which will be used as a source for the newly cloned web part. Enter the path to the file under ~/CMSWebParts folder. E.g. AbuseReport/AbuseReport.ascx. |
Clone web part files |
If you uncheck this property then it is expected that the web part source files are already present in the file system. |
More resources can be found at:
•Developer's Guide -> Development -> Web parts -> Overview
•Developer's Guide -> Development -> Web parts -> Developing web parts