Library Commands Object Model Reference

DownloadSurveyCommand Constructor

Creates a new empty instance of the DownloadSurveyCommand.

Overload List

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);

See Also

DownloadSurveyCommand Class | Spss.Dimensions.Library.Commands Namespace