Method GetAutomationScriptsToInstall
- Namespace
- Skyline.AppInstaller.ContentParser
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.dll
GetAutomationScriptsToInstall()
Returns all Automation Scripts to be installed, found at the default location in the AppContent folder. All XML files are considered to be Automation Scripts.
public List<ParsedAutomationScript> GetAutomationScriptsToInstall()
Returns
- List<ParsedAutomationScript>
A ParsedAutomationScript list, representing all Automation scripts.