Commit Contribution from Helicon

Includes:

- complete re-write of Web Application Gallery
- Addition of Web PI Installer in Server module
This commit is contained in:
omara_vworks 2012-07-19 13:16:33 -04:00
parent 3b81883a25
commit a2beec7fe4
80 changed files with 9236 additions and 1762 deletions

View file

@ -203,7 +203,7 @@ namespace WebsitePanel.Providers.WebAppGallery
}
}
[XmlIgnore]
[XmlIgnore]
public string Size
{
get
@ -217,6 +217,10 @@ namespace WebsitePanel.Providers.WebAppGallery
}
}
[XmlElement(ElementName = "installerFileSize", Namespace = "http://www.w3.org/2005/Atom")]
public int InstallerFileSize { get; set; }
public string AuthorName {
get { return Author.Name; }
}