For Babelfish Release 1.11.1.3

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.1.4+b1da393815f6638555a663d9a94167ecabea5695
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