Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Current

    Gets the currently executing API version.

    Declaration
    public static ApiVersion Current { get; }
    Property Value
    Type Description
    ApiVersion
    View Source

    Version

    Gets the executing version of the API.

    Declaration
    public SemVersion Version { get; }
    Property Value
    Type Description
    SemVersion
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Current
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX