Click or drag to resize
ApiConnectionGetAppVersionDiffSummary Method
Gets selected version diff summary.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionAppDiffSummary GetAppVersionDiffSummary(
	string appSecret,
	int versionId
)

Parameters

appSecret
Type: SystemString
Secret of an application.
versionId
Type: SystemInt32
Version id.

Return Value

Type: ApiConnectionAppDiffSummary
See Also