Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigurationDocumentTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DocumentTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ConfigurationDocumentTypeController : DocumentTypeControllerBase

    Constructors

    View Source

    ConfigurationDocumentTypeController(IConfigurationPresentationFactory)

    Declaration
    public ConfigurationDocumentTypeController(IConfigurationPresentationFactory configurationPresentationFactory)
    Parameters
    Type Name Description
    IConfigurationPresentationFactory configurationPresentationFactory
    View Source

    ConfigurationDocumentTypeController(UmbracoFeatures, IOptionsSnapshot<DataTypesSettings>, IOptionsSnapshot<SegmentSettings>)

    Declaration
    public ConfigurationDocumentTypeController(UmbracoFeatures umbracoFeatures, IOptionsSnapshot<DataTypesSettings> dataTypesSettings, IOptionsSnapshot<SegmentSettings> segmentSettings)
    Parameters
    Type Name Description
    UmbracoFeatures umbracoFeatures
    IOptionsSnapshot<DataTypesSettings> dataTypesSettings
    IOptionsSnapshot<SegmentSettings> segmentSettings
    View Source

    ConfigurationDocumentTypeController(UmbracoFeatures, IOptionsSnapshot<DataTypesSettings>, IOptionsSnapshot<SegmentSettings>, IConfigurationPresentationFactory)

    Declaration
    public ConfigurationDocumentTypeController(UmbracoFeatures umbracoFeatures, IOptionsSnapshot<DataTypesSettings> dataTypesSettings, IOptionsSnapshot<SegmentSettings> segmentSettings, IConfigurationPresentationFactory configurationPresentationFactory)
    Parameters
    Type Name Description
    UmbracoFeatures umbracoFeatures
    IOptionsSnapshot<DataTypesSettings> dataTypesSettings
    IOptionsSnapshot<SegmentSettings> segmentSettings
    IConfigurationPresentationFactory configurationPresentationFactory

    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
      • ConfigurationDocumentTypeController(IConfigurationPresentationFactory)
      • ConfigurationDocumentTypeController(UmbracoFeatures, IOptionsSnapshot<DataTypesSettings>, IOptionsSnapshot<SegmentSettings>)
      • ConfigurationDocumentTypeController(UmbracoFeatures, IOptionsSnapshot<DataTypesSettings>, IOptionsSnapshot<SegmentSettings>, IConfigurationPresentationFactory)
    • Methods
      • Configuration(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX