Click or drag to resize
ApiConnectionGetAppLatestVersion Method
Gets latest application version object.

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

Parameters

appSecret
Type: SystemString
Secret of an application.

Return Value

Type: ApiConnectionAppVersion
See Also