Inheritance: Acceleratio.SPDG.Generator.SPModel.SPDGWeb
Ejemplo n.º 1
0
 public SPDGServerSite(SPSite sPSite)
 {
     this._spSite = sPSite;
     _rootWeb = new SPDGServerWeb(sPSite.RootWeb);
 }
Ejemplo n.º 2
0
 public SPDGServerSite(SPSite sPSite)
 {
     this._spSite = sPSite;
     _rootWeb     = new SPDGServerWeb(sPSite.RootWeb);
 }