Library Specification Object Model Reference

ISurveyAsset.Move Method 

Moves this asset, if it exists in the repository, from the current stage to the specified stage.

void Move(
   IStage stage,
   bool overwrite
);

Parameters

stage
The stage to move the asset to.
overwrite
If true, then the asset is overwritten if it already exists in the stage specified.

Exceptions

Exception Type Condition
QLAssetExistsException If it exists in the specified stage and not set to overwrite.
QLException If the asset doesn't exist in the repository.

See Also

ISurveyAsset Interface | Spss.Dimensions.Library.Specification Namespace