Library Commands Object Model Reference

SurveySubmissionCommand.RemoveFile Method (String, String)

Removes a file from the list of file for the ISurveyAsset which is being submitted to the library.

public void RemoveFile(
   string fileName,
   string relativePath
);

Parameters

fileName
The FullName of the file to be removed.
relativePath
The relative path to the file in the file.

See Also

SurveySubmissionCommand Class | Spss.Dimensions.Library.Commands Namespace | SurveySubmissionCommand.RemoveFile Overload List