Class | Description |
---|---|
SurveyAssetCommand | This class is a base class for survey asset commands like add, edit, and delete survey assets. All subclasses must save the results of work done to the repository. |
SurveyAssetDeleteCommand | This class deletes a survey asset from the content repository. |
Delegate | Description |
---|---|
SurveyAssetCommand.ErrorHandler | A delegate that may be used as an ErrorHandler for the command's execute method. |