Library Commands Object Model Reference

DownloadSurveyCommand Members

DownloadSurveyCommand overview

Public Instance Constructors

DownloadSurveyCommand Overloaded. Initializes a new instance of the DownloadSurveyCommand class.

Public Instance Properties

AssetName The name of the Asset being downloaded.
AttachedFolderPath Read-only property which is null until after successful execution. Returns the path to the asset's attached files folder.
CreateFolder Indicates whether the DestinationFolder will be created during execution or not.
DestinationFolder The DestinationFolder that the asset should be saved to.
FilePath Read-only property which is null until after successful execution. Returns the path to the asset's primary file.
Library The Library the asset should be downloaded from.

Public Instance Methods

Equals (inherited from Object) 
Execute 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.
GetBaseMDDName Search Throught the survey asset and find the mdd.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Public Instance Events

PropertyChanged This event is fired when an eligible property changes values.

Protected Instance Methods

Finalize (inherited from Object) 
FirePropertyChange Used to fire the PropertyChanged event.
MemberwiseClone (inherited from Object) 

See Also

DownloadSurveyCommand Class | Spss.Dimensions.Library.Commands Namespace