Click or drag to resize
ApiConnectionAppVersion Structure

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct AppVersion

The ApiConnectionAppVersion type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldChangelog
Description of changes.
Public fieldContentGuid
Guid of content file.
Public fieldDiffGuid
Guid of diff file or null if there's no diff.
Public fieldDraft
Set to true if this version is a draft version.
Public fieldId
Initial version id.
Public fieldLabel
Version label.
Public fieldPublishDate
Unix timestamp of publish date.
Top
See Also