C# Class SPPopupWithPreferences.UserPopupWebPart

Inheritance: Microsoft.SharePoint.WebPartPages.WebPart
Afficher le fichier Open project: photon-infotech/sharepoint-resource-management Class Usage Examples

Méthodes publiques

Méthode Description
UserPopupWebPart ( ) : System

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.

OnLoad ( EventArgs e ) : void

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.

Private Methods

Méthode Description
HandleException ( Exception ex ) : void

Clear all child controls and add an error message for display.

Method Details

CreateChildControls() protected méthode

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
protected CreateChildControls ( ) : void
Résultat void

OnLoad() protected méthode

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

UserPopupWebPart() public méthode

public UserPopupWebPart ( ) : System
Résultat System