Library Specification Object Model Reference

ILibrary.GetSurveyAssetVersion Method 

Gets an asset for the version and stage specified. null if the specifed version does not exist at the current stage

ISurveyAsset GetSurveyAssetVersion(
   string assetName,
   IStage stage,
   string version
);

Parameters

assetName
The asset name.
stage
The stage.
version
The version.

Return Value

The survey asset.

Exceptions

Exception Type Condition
QLAssetNotFoundException if the asset doesn't exist in the library

See Also

ILibrary Interface | Spss.Dimensions.Library.Specification Namespace