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