Library Specification Object Model Reference

ILibrary.GetSurveyAssetVersions Method 

Gets the versions of an asset for a specified stage.

string[] GetSurveyAssetVersions(
   string assetName,
   IStage stage
);

Parameters

assetName
The name of the asset.
stage
The stage.

Return Value

The versions of the asset for the specified stage, or an empty array if doesn't exist in the stage.

See Also

ILibrary Interface | Spss.Dimensions.Library.Specification Namespace