C# Class N2.Edit.Web.EditUserControl

Base class for user controls in the edit interface.
Inheritance: System.Web.UI.UserControl
Mostra file Open project: Earthware/n2cms

Private Properties

Property Type Description

Protected Methods

Method Description
Refresh ( ContentItem item ) : void
Refresh ( ContentItem item, ToolbarArea area, bool force = true ) : void

Referesh the selected frames after loading the page.

Refresh ( ContentItem item, string previewUrl ) : void

Method Details

Refresh() protected method

protected Refresh ( ContentItem item ) : void
item ContentItem
return void

Refresh() protected method

Referesh the selected frames after loading the page.
protected Refresh ( ContentItem item, ToolbarArea area, bool force = true ) : void
item ContentItem
area ToolbarArea
force bool
return void

Refresh() protected method

protected Refresh ( ContentItem item, string previewUrl ) : void
item ContentItem
previewUrl string
return void