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

Web-level Branding event receiver that changes the site's master page
Inheritance: SPWebEventReceiver
显示文件 Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method 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 method

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