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

Inheritance: AdminBasePage
Show file Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
guidContentID System.Guid
guidRootID System.Guid

Protected Methods

Method Description
GetUserName ( System.Guid userId ) : string
LoadGrid ( ) : void
Page_Load ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
gvPages_DataBound ( object sender, EventArgs e ) : void

Method Details

GetUserName() protected method

protected GetUserName ( System.Guid userId ) : string
userId System.Guid
return string

LoadGrid() protected method

protected LoadGrid ( ) : void
return void

Page_Load() protected method

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

btnRemove_Click() protected method

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

gvPages_DataBound() protected method

protected gvPages_DataBound ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

guidContentID public property

public Guid,System guidContentID
return System.Guid

guidRootID public property

public Guid,System guidRootID
return System.Guid