Click or drag to resize
ApiConnectionGetAppVersion Method
Gets selected version object. If API key is provided, can get the information about draft version.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionAppVersion GetAppVersion(
	string appSecret,
	int versionId,
	string apiKey = null
)

Parameters

appSecret
Type: SystemString
Secret of an application.
versionId
Type: SystemInt32
Version id.
apiKey (Optional)
Type: SystemString
Application owner API key.

Return Value

Type: ApiConnectionAppVersion
See Also