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