C# Class GSoft.Dynamite.Utils.DialogLayoutsPageBage

Base page for dialog layout pages.
Inheritance: LayoutsPageBase
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes protégées

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

Méthode Description
IsLayoutFolderInTheWeb ( string strServerRelativeWebUrl ) : bool
Redirect ( ) : void

Method Details

CancelButtonClick() protected méthode

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

CloseDialog() protected méthode

Closes the dialog.
protected CloseDialog ( ) : void
Résultat void

CloseDialog() protected méthode

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

CloseDialog() protected méthode

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

OnLoad() protected méthode

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.
Résultat void