For Babelfish Release 1.11.3.13

ApplicationReleaseListGetByApplicationName Method

Helper method to return only the ReleaseInfo with the passed in applicationName.

Definition

Namespace: Scopos.BabelFish.Responses.ScoposData
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public ReleaseInfo GetByApplicationName(
	ApplicationName applicationName
)

Parameters

applicationName  ApplicationName

Return Value

ReleaseInfo

Exceptions

ArgumentExceptionIf applicationName can not be found.

See Also