Library Commands Object Model Reference

DownloadSurveyCommand.Execute Method 

Downloads the specified asset from the library, to the destination. Returning true if successful, and false if an error occurred. Optionally, a DownloadSurveyErrorHandler can be provided to handle any errors that may occur.

public bool Execute(
   DownloadSurveyErrorHandler errorHandler
);

Parameters

errorHandler

Return Value

See Also

DownloadSurveyCommand Class | Spss.Dimensions.Library.Commands Namespace