public void DownloadAsync(AlphabeticalIndex index, object userArgs) { this.DownloadAsync(new IDAlphabeticSearchDownloadSettings() { Index = index }, userArgs); }
public Base.Response <IDSearchResult> Download(AlphabeticalIndex index) { return(this.Download(new IDAlphabeticSearchDownloadSettings() { Index = index })); }