C# Class GSoft.Dynamite.Utils.DialogLayoutsPageBage

Base page for dialog layout pages.
Inheritance: LayoutsPageBase
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Protected Methods

Method Description
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.

Private Methods

Method Description
IsLayoutFolderInTheWeb ( string strServerRelativeWebUrl ) : bool
Redirect ( ) : void

Method Details

CancelButtonClick() protected method

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

CloseDialog() protected method

Closes the dialog.
protected CloseDialog ( ) : void
return void

CloseDialog() protected method

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

CloseDialog() protected method

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

OnLoad() protected method

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.
return void