Creates a new empty instance of the DownloadSurveyCommand.
Creates a new empty instance of the DownloadSurveyCommand.
public DownloadSurveyCommand();
Creates a new DownloadSurveyCommand which will download from the specified library.
public DownloadSurveyCommand(ILibrary);
Creates a new DownloadSurveyCommand which will download the specified asset name from the specified library.
public DownloadSurveyCommand(ILibrary,string);
Creates a new DownloadSurveyCommand which will download the specified asset name from the specified library to the specified destination folder.
public DownloadSurveyCommand(ILibrary,string,string);
DownloadSurveyCommand Class | Spss.Dimensions.Library.Commands Namespace