Click or drag to resize

ISoftwareUpdateManagerGetListOfVersions Method

Gets the list of versions in this collection.

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
IEnumerable<string> GetListOfVersions(
	string scope
)

Parameters

scope
Type: SystemString
The scope defines what versions should be included: official, stable, development etc.

Return Value

Type: IEnumerableString
An enumerator that allows foreach to be used to process the list of versions in this collection.
See Also