Class VersionComponent
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Semantic versioning component.
Inheritance
System.Object
    VersionComponent
  Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class VersionComponent : EnumFields
Major
Get the major semantic versioning component.
Declaration
public const VersionComponent MajorField Value
| Type | Description | 
|---|---|
| VersionComponent | 
Minor
Get the minor semantic versioning component.
Declaration
public const VersionComponent MinorField Value
| Type | Description | 
|---|---|
| VersionComponent | 
None
No semantic versioning component.
Declaration
public const VersionComponent NoneField Value
| Type | Description | 
|---|---|
| VersionComponent | 
Patch
Get the patch semantic versioning component.
Declaration
public const VersionComponent PatchField Value
| Type | Description | 
|---|---|
| VersionComponent | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
