protected override string GetBasePath(Sites.Models.Site site)
 {
     return(Path.Combine(site.PhysicalPath, PublishingPath.PublishingFolderName, "RemotePublishingQueue"));
 }
Exemple #2
0
 public void OnIncluded(Sites.Models.Site site)
 {
     // Add code here that will be executed when the module was included to the site.
 }