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