C# Class GSoft.Dynamite.Examples.Branding.WebEventReceiver

Web-level Branding event receiver that changes the site's master page
Inheritance: SPWebEventReceiver
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
WebProvisioned ( SPWebEventProperties properties ) : void

Fires when a new web is created and changes the site's main and custom master page

Method Details

WebProvisioned() public méthode

Fires when a new web is created and changes the site's main and custom master page
public WebProvisioned ( SPWebEventProperties properties ) : void
properties SPWebEventProperties The context
Résultat void