Click or drag to resize
ApiConnectionGetAppVersionContentSummary Method
Gets selected version content summary.

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

Parameters

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

Return Value

Type: ApiConnectionAppContentSummary
See Also