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 |
|---|---|---|
| ContentPropertySettings | options |
Configure(MediaPropertySettings)
Declaration
public void Configure(MediaPropertySettings options)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaPropertySettings | options |
Configure(MemberPropertySettings)
Declaration
public void Configure(MemberPropertySettings options)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberPropertySettings | options |