Class ApiVersion
Manages API version handshake between client and server.
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ApiVersion
Properties
View SourceCurrent
Gets the currently executing API version.
Declaration
public static ApiVersion Current { get; }
Property Value
Type | Description |
---|---|
ApiVersion |
Version
Gets the executing version of the API.
Declaration
public SemVersion Version { get; }
Property Value
Type | Description |
---|---|
SemVersion |