Library Specification Object Model Reference

ISurveyAsset.MoveAndAppend Method 

Moves this asset, if it exists in the repository, from the current stage to the specified stage. If the asset already exists in the stage specified, then this asset's versions are pre-pended the existing asset's versions.

void MoveAndAppend(
   IStage stage
);

Parameters

stage
The stage to move the asset to.

Exceptions

Exception Type Condition
QLException If the asset doesn't exist in the repository.

See Also

ISurveyAsset Interface | Spss.Dimensions.Library.Specification Namespace