Click or drag to resize
ApiConnectionGetAppVersionContentUrls Method
Gets selected application version content urls.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionAppContentUrl[] GetAppVersionContentUrls(
	string appSecret,
	int versionId
)

Parameters

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

Return Value

Type: ApiConnectionAppContentUrl
See Also