Class MediaPropertySettings
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class MediaPropertySettings
Properties
View SourceReservedFieldNames
Gets a set of standard names for fields that cannot be used for custom properties.
Declaration
public ISet<string> ReservedFieldNames { get; }
Property Value
| Type | Description |
|---|---|
| ISet<System.String> |
Methods
View SourceAddReservedFieldName(String)
Declaration
public bool AddReservedFieldName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Boolean |