Getting Started Creating Custom Search Option

  1. You will first need to create a new project in Visual Studio. Once your project is created you need to add three references to your project: CartellaDomainModels.dll, CartellaBase.dll, and Common.dll.

  2. Now you may create a new class for your header. You must add the Cartella.Models, Cartella.Support, and Cartella.Interfaces namespaces to your project.

    CopyC#
    using Cartella.Models;
    using Cartella.Support;
    using Cartella.Interfaces;