Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigurationPresentationFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ConfigurationPresentationFactory : IConfigurationPresentationFactory

    Constructors

    View Source

    ConfigurationPresentationFactory(IReservedFieldNamesService, IOptions<ContentSettings>, IOptions<SegmentSettings>)

    Declaration
    public ConfigurationPresentationFactory(IReservedFieldNamesService reservedFieldNamesService, IOptions<ContentSettings> contentSettings, IOptions<SegmentSettings> segmentSettings)
    Parameters
    Type Name Description
    IReservedFieldNamesService reservedFieldNamesService
    IOptions<ContentSettings> contentSettings
    IOptions<SegmentSettings> segmentSettings
    View Source

    ConfigurationPresentationFactory(IReservedFieldNamesService, IOptions<ContentSettings>, IOptions<SegmentSettings>, IOptions<DataTypesSettings>, UmbracoFeatures)

    Declaration
    public ConfigurationPresentationFactory(IReservedFieldNamesService reservedFieldNamesService, IOptions<ContentSettings> contentSettings, IOptions<SegmentSettings> segmentSettings, IOptions<DataTypesSettings> dataTypesSettings, UmbracoFeatures umbracoFeatures)
    Parameters
    Type Name Description
    IReservedFieldNamesService reservedFieldNamesService
    IOptions<ContentSettings> contentSettings
    IOptions<SegmentSettings> segmentSettings
    IOptions<DataTypesSettings> dataTypesSettings
    UmbracoFeatures umbracoFeatures

    Methods

    View Source

    CreateDocumentConfigurationResponseModel()

    Declaration
    public DocumentConfigurationResponseModel CreateDocumentConfigurationResponseModel()
    Returns
    Type Description
    DocumentConfigurationResponseModel
    View Source

    CreateDocumentTypeConfigurationResponseModel()

    Declaration
    public DocumentTypeConfigurationResponseModel CreateDocumentTypeConfigurationResponseModel()
    Returns
    Type Description
    DocumentTypeConfigurationResponseModel
    View Source

    CreateMediaConfigurationResponseModel()

    Declaration
    public MediaConfigurationResponseModel CreateMediaConfigurationResponseModel()
    Returns
    Type Description
    MediaConfigurationResponseModel
    View Source

    CreateMediaTypeConfigurationResponseModel()

    Declaration
    public MediaTypeConfigurationResponseModel CreateMediaTypeConfigurationResponseModel()
    Returns
    Type Description
    MediaTypeConfigurationResponseModel
    View Source

    CreateMemberConfigurationResponseModel()

    Declaration
    public MemberConfigurationResponseModel CreateMemberConfigurationResponseModel()
    Returns
    Type Description
    MemberConfigurationResponseModel
    View Source

    CreateMemberTypeConfigurationResponseModel()

    Declaration
    public MemberTypeConfigurationResponseModel CreateMemberTypeConfigurationResponseModel()
    Returns
    Type Description
    MemberTypeConfigurationResponseModel
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigurationPresentationFactory(IReservedFieldNamesService, IOptions<ContentSettings>, IOptions<SegmentSettings>)
      • ConfigurationPresentationFactory(IReservedFieldNamesService, IOptions<ContentSettings>, IOptions<SegmentSettings>, IOptions<DataTypesSettings>, UmbracoFeatures)
    • Methods
      • CreateDocumentConfigurationResponseModel()
      • CreateDocumentTypeConfigurationResponseModel()
      • CreateMediaConfigurationResponseModel()
      • CreateMediaTypeConfigurationResponseModel()
      • CreateMemberConfigurationResponseModel()
      • CreateMemberTypeConfigurationResponseModel()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX