Click or drag to resize

IAssemblyInfoListGetVersions Method

Gets version for a given Id

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
IEnumerable<Version> GetVersions(
	Guid id
)

Parameters

id
Type: SystemGuid
the desired Id

Return Value

Type: IEnumerableVersion
the list of available versions
See Also