Search Results for

    Show / Hide Table of Contents
    View Source

    Class ManifestResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Manifest
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ManifestResponseModel

    Properties

    View Source

    Extensions

    Declaration
    public object[] Extensions { get; set; }
    Property Value
    Type Description
    System.Object[]
    View Source

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Extensions
      • Id
      • Name
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX