Example #1
0
 public PublishingPageDesignControl()
 {
     serviceLocator     = SharePointServiceLocator.GetCurrent();
     servicePageLayouts = serviceLocator.GetInstance <IPageLayoutRepository>();
 }
Example #2
0
 public CreateWebPage()
 {
     serviceLocator     = SharePointServiceLocator.GetCurrent();
     servicePageLayouts = serviceLocator.GetInstance <IPageLayoutRepository>();
 }
Example #3
0
 public DesignRibbon(SPPageStateControl psc)
     : base(psc)
 {
     serviceLocator     = SharePointServiceLocator.GetCurrent();
     servicePageLayouts = serviceLocator.GetInstance <IPageLayoutRepository>();
 }