Exemplo n.º 1
0
 public override void FeatureActivated(SPFeatureReceiverProperties properties)
 {
     properties.SetMasterPage("/_catalogs/masterpage/_starter_meetingworkspace.master");
 }
Exemplo n.º 2
0
 public override void FeatureDeactivating(SPFeatureReceiverProperties properties)
 {
     properties.SetMasterPage();
 }
 public static void SetMasterPage(this SPFeatureReceiverProperties properties)
 {
     properties.SetMasterPage("/_catalogs/masterpage/v4.master");
 }
 public static void SetMasterPage(this SPFeatureReceiverProperties properties, string url)
 {
     properties.SetMasterPage(url, true);
 }
 public override void FeatureDeactivating(SPFeatureReceiverProperties properties)
 {
     properties.SetMasterPage();
 }
 public override void FeatureActivated(SPFeatureReceiverProperties properties)
 {
     properties.SetMasterPage("/_catalogs/masterpage/_starter.master");
 }
 public override void FeatureActivated(SPFeatureReceiverProperties properties)
 {
     properties.SetMasterPage("/_catalogs/masterpage/_starter_mysitehost.master");
 }