Click or drag to resize
ApiConnection Methods

The ApiConnection type exposes the following members.

Methods
  NameDescription
Public methodBeginGetAppChangelog
Gets a complete changelog of an application.
Public methodBeginGetAppLatestVersion
Gets latest application version object.
Public methodBeginGetAppLatestVersionId
Gets latest application version id.
Public methodBeginGetAppVersion
Gets selected version object. If API key is provided, can get the information about draft version.
Public methodBeginGetAppVersionContentSummary
Gets selected version content summary.
Public methodBeginGetAppVersionContentTorrentUrl
Gets selected application version content torrent url.
Public methodBeginGetAppVersionContentUrls
Gets selected application version content urls.
Public methodBeginGetAppVersionDiffSummary
Gets selected version diff summary.
Public methodBeginGetAppVersionDiffTorrentUrl
Gets selected application version diff torrent url.
Public methodBeginGetAppVersionDiffUrls
Gets selected application version diff urls.
Public methodBeginGetAppVersionList
Gets the basic information for all published versions. When API Key is provided, draft version information is included if draft version exists.
Public methodEndGetAppChangelog
Public methodEndGetAppLatestVersion
Public methodEndGetAppLatestVersionId
Public methodEndGetAppVersion
Public methodEndGetAppVersionContentSummary
Public methodEndGetAppVersionContentTorrentUrl
Public methodEndGetAppVersionContentUrls
Public methodEndGetAppVersionDiffSummary
Public methodEndGetAppVersionDiffTorrentUrl
Public methodEndGetAppVersionDiffUrls
Public methodEndGetAppVersionList
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAppChangelog
Gets a complete changelog of an application.
Public methodGetAppLatestVersion
Gets latest application version object.
Public methodGetAppLatestVersionId
Gets latest application version id.
Public methodGetAppVersion
Gets selected version object. If API key is provided, can get the information about draft version.
Public methodGetAppVersionContentSummary
Gets selected version content summary.
Public methodGetAppVersionContentTorrentUrl
Gets selected application version content torrent url.
Public methodGetAppVersionContentUrls
Gets selected application version content urls.
Public methodGetAppVersionDiffSummary
Gets selected version diff summary.
Public methodGetAppVersionDiffTorrentUrl
Gets selected application version diff torrent url.
Public methodGetAppVersionDiffUrls
Gets selected application version diff urls.
Public methodGetAppVersionList
Gets the basic information for all published versions. When API Key is provided, draft version information is included if draft version exists.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also