For Babelfish Release 1.12.3.10

ScoposDataClientGetReleasePublicAsync(ReleasePhase, ListString, String, Version) Method

GetReleaseAPI for if you want a specific application and are not incl. EULAs

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public Task<GetReleasePublicResponse> GetReleasePublicAsync(
	ReleasePhase releasePhase,
	List<string> ApplicationItems,
	string thingName,
	Version thingVersion
)

Parameters

releasePhase  ReleasePhase
ApplicationItems  ListString
thingName  String
thingVersion  Version

Return Value

TaskGetReleasePublicResponse

See Also