Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum 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.

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum VersionComponent

Fields

Name Description
Major

Get the major semantic versioning component.

Minor

Get the minor semantic versioning component.

None

No semantic versioning component.

Patch

Get the patch semantic versioning component.

Extension Methods