Library Commands Object Model Reference

SurveySubmissionCommand.FindFile Method (String, String)

Finds a file based on the file's name and relative path.

public AttachedFile FindFile(
   string fileName,
   string relativePath
);

Parameters

fileName
The name of the file to find.
relativePath
The relative path of the file to find.

Return Value

See Also

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