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:
parent
3b81883a25
commit
a2beec7fe4
80 changed files with 9236 additions and 1762 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue