C# 클래스 GSoft.Dynamite.Utils.DialogLayoutsPageBage

Base page for dialog layout pages.
상속: LayoutsPageBase
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

보호된 메소드들

메소드 설명
CancelButtonClick ( object sender, EventArgs e ) : void

Cancels the button click.

CloseDialog ( ) : void

Closes the dialog.

CloseDialog ( int result ) : void

Closes the dialog.

CloseDialog ( int result, string returnValue ) : void

Closes the dialog.

OnLoad ( EventArgs e ) : void

Represents that method that handles the E:System.Web.UI.Control.Load event of the page.

비공개 메소드들

메소드 설명
IsLayoutFolderInTheWeb ( string strServerRelativeWebUrl ) : bool
Redirect ( ) : void

메소드 상세

CancelButtonClick() 보호된 메소드

Cancels the button click.
protected CancelButtonClick ( object sender, EventArgs e ) : void
sender object The sender.
e System.EventArgs The instance containing the event data.
리턴 void

CloseDialog() 보호된 메소드

Closes the dialog.
protected CloseDialog ( ) : void
리턴 void

CloseDialog() 보호된 메소드

Closes the dialog.
protected CloseDialog ( int result ) : void
result int Result code to pass. Available codes are: -1 = invalid; 0 = cancel; 1 = OK
리턴 void

CloseDialog() 보호된 메소드

Closes the dialog.
protected CloseDialog ( int result, string returnValue ) : void
result int The result.
returnValue string The return value.
리턴 void

OnLoad() 보호된 메소드

Represents that method that handles the E:System.Web.UI.Control.Load event of the page.
File not found.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs A that contains the event data.
리턴 void