Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigurationDataTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DataTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DataType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ConfigurationDataTypeController : DataTypeControllerBase

    Constructors

    View Source

    ConfigurationDataTypeController(IOptionsSnapshot<DataTypesSettings>)

    Declaration
    public ConfigurationDataTypeController(IOptionsSnapshot<DataTypesSettings> dataTypesSettings)
    Parameters
    Type Name Description
    IOptionsSnapshot<DataTypesSettings> dataTypesSettings

    Methods

    View Source

    Configuration(CancellationToken)

    Declaration
    public Task<IActionResult> Configuration(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigurationDataTypeController(IOptionsSnapshot<DataTypesSettings>)
    • Methods
      • Configuration(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX