Search Results for

    Show / Hide Table of Contents
    View Source

    Class HelpPageResponseModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Help
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class HelpPageResponseModel

    Constructors

    View Source

    HelpPageResponseModel()

    Declaration
    public HelpPageResponseModel()

    Properties

    View Source

    Description

    Declaration
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Type

    Declaration
    public string? Type { get; set; }
    Property Value
    Type Description
    string
    View Source

    Url

    Declaration
    public string? Url { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX