Class ConfigurePropertySettingsOptions
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder.Options
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ConfigurePropertySettingsOptions : IConfigureOptions<ContentPropertySettings>
Methods
View SourceConfigure(ContentPropertySettings)
Declaration
public void Configure(ContentPropertySettings options)
Parameters
Type | Name | Description |
---|---|---|
Content |
options |
Configure(MediaPropertySettings)
Declaration
public void Configure(MediaPropertySettings options)
Parameters
Type | Name | Description |
---|---|---|
Media |
options |
Configure(MemberPropertySettings)
Declaration
public void Configure(MemberPropertySettings options)
Parameters
Type | Name | Description |
---|---|---|
Member |
options |