CarrotCake.CMS.Plugins.FAQ2.Models.FaqItems.FaqItems C# (CSharp) Method

FaqItems() public method

public FaqItems ( ) : System
return System
        public FaqItems()
        {
            this.Faq = new carrot_FaqCategory();
            this.Items = new List<carrot_FaqItem>();

            iFaq = 1;
        }