C# Class Carrotware.CMS.UI.Admin.c3_admin.ContentEdit

Mostra file Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
guidContentID Guid
guidWidgetID Guid
sFieldName string
sMode string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSave_Click() protected method

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

guidContentID public_oe property

public Guid guidContentID
return Guid

guidWidgetID public_oe property

public Guid guidWidgetID
return Guid

sFieldName public_oe property

public string sFieldName
return string

sMode public_oe property

public string sMode
return string