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

Show file Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
guidContentID Guid
guidWidgetID Guid

Protected Methods

Method Description
GetCtrlName ( Widget ww ) : void
Page_Load ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindDataGrid ( ) : void

Method Details

GetCtrlName() protected method

protected GetCtrlName ( Widget ww ) : void
ww Widget
return void

Page_Load() protected method

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

btnRemove_Click() protected method

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

Property Details

guidContentID public property

public Guid guidContentID
return Guid

guidWidgetID public property

public Guid guidWidgetID
return Guid