1.

Write down the steps to add a new command in Sitecore.

Answer»

The steps to add a new command in SITECORE are as FOLLOWS:

  • CREATE a CLASS that inherits from the Sitecore.Shell.Framework.Commands.Command class
  • Either add the command to the /App_Config/Commands.config FILE or create a patch file in /App_Config/Include.
  • Add/Include your command definition in the core database.


Discussion

No Comment Found