Click or drag to resize
ApiConnectionGetAppLatestVersionId Method
Gets latest application version id.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionAppVersionId GetAppLatestVersionId(
	string appSecret
)

Parameters

appSecret
Type: SystemString
Secret of an application.

Return Value

Type: ApiConnectionAppVersionId
See Also