public MultiFileExternalComponent(string id, string rootPath, string[] subPaths, DownloadInfo downloadInfo) { Id = id; RootPath = rootPath; DownloadInfo = downloadInfo; this.subPaths = subPaths; }
public ExternalComponent(string id, string path, DownloadInfo downloadInfo) { Id = id; Path = path; DownloadInfo = downloadInfo; }