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