C# 클래스 N2.Edit.Web.EditUserControl

Base class for user controls in the edit interface.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: Earthware/n2cms

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
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

메소드 상세

Refresh() 보호된 메소드

protected Refresh ( ContentItem item ) : void
item ContentItem
리턴 void

Refresh() 보호된 메소드

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

Refresh() 보호된 메소드

protected Refresh ( ContentItem item, string previewUrl ) : void
item ContentItem
previewUrl string
리턴 void