For Babelfish Release 1.11.3.13

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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
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