C# Class N2.Edit.Web.EditUserControl

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

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

protected Refresh ( ContentItem item ) : void
item ContentItem
Résultat void

Refresh() protected méthode

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

Refresh() protected méthode

protected Refresh ( ContentItem item, string previewUrl ) : void
item ContentItem
previewUrl string
Résultat void