Library Specification Object Model Reference

ILibrary.CreateSurveyAsset Method (String, String, String)

Creates a local survey asset in the draft stage and default topic. If an MDD is provided, then it is converted to an MZD.

ISurveyAsset CreateSurveyAsset(
   string name,
   string mimetype,
   string filepath
);

Parameters

name
The name to give the asset.
mimetype
The mime type of the asset.
filepath
The file path of the asset.

Return Value

An ISurveyAsset.

See Also

ILibrary Interface | Spss.Dimensions.Library.Specification Namespace | ILibrary.CreateSurveyAsset Overload List