-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is currently expected as it is hard coded in.
Wanting to add these settings into Downloads Element in the xml.
Original XML
<Downloads>
<Download Name="Nothing Powershell Script" Description="This script does nothing">
<DownloadUrl>www.blank.com/nothing.ps1</DownloadUrl>
<DestinationPath>C:/Temp/Downloads/nothing.ps1</DestinationPath>
</Download>
</Downloads>Want:
<Downloads Timeout="60" UpdateInterval="10">
<Download Name="Nothing Powershell Script" Description="This script does nothing">
<DownloadUrl>www.blank.com/nothing.ps1</DownloadUrl>
<DestinationPath>C:/Temp/Downloads/nothing.ps1</DestinationPath>
</Download>
</Downloads>Currently the Timeout and UpdateInterval are hard coded, they shouldn't be but while testing it could never serialize the properties even with [XmlAttribute] attribute.
Metadata
Metadata
Assignees
Labels
No labels