View Source
Inheritance
System.Object
Assembly: Umbraco.Core.dll
public class MediaPropertySettings
Properties
View Source
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 Source
Declaration
public bool AddReservedFieldName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
Declaration
public void AddReservedFieldNames(ISet<string> names)
Parameters
Type |
Name |
Description |
ISet<System.String> |
names |
|