C# Class Carrotware.CMS.UI.Components.ContactInfo

Inheritance: Carrotware.CMS.UI.Components.FormModelBase
Mostrar archivo Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ContactInfo ( ) : System
ReconstructSettings ( ) : void
SendMail ( Carrotware.CMS.Core.PostComment pc, ContentPage page ) : void

Method Details

ContactInfo() public method

public ContactInfo ( ) : System
return System

ReconstructSettings() public method

public ReconstructSettings ( ) : void
return void

SendMail() public method

public SendMail ( Carrotware.CMS.Core.PostComment pc, ContentPage page ) : void
pc Carrotware.CMS.Core.PostComment
page Carrotware.CMS.Core.ContentPage
return void