Library Specification Object Model Reference

ISurveyAsset.Copy Method (String)

Creates a local copy of this asset. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version and id fields are null.

ISurveyAsset Copy(
   string newName
);

Return Value

A copy of the asset. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version field is null.

See Also

ISurveyAsset Interface | Spss.Dimensions.Library.Specification Namespace | ISurveyAsset.Copy Overload List