View Source
Class ConfigurationPresentationFactory
Inheritance
System.Object
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
View Source
CreateDocumentTypeConfigurationResponseModel()
Declaration
public DocumentTypeConfigurationResponseModel CreateDocumentTypeConfigurationResponseModel()
Returns
View Source
Declaration
public MediaConfigurationResponseModel CreateMediaConfigurationResponseModel()
Returns
View Source
Declaration
public MediaTypeConfigurationResponseModel CreateMediaTypeConfigurationResponseModel()
Returns
View Source
CreateMemberConfigurationResponseModel()
Declaration
public MemberConfigurationResponseModel CreateMemberConfigurationResponseModel()
Returns
View Source
CreateMemberTypeConfigurationResponseModel()
Declaration
public MemberTypeConfigurationResponseModel CreateMemberTypeConfigurationResponseModel()
Returns