Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberPropertySettings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ReservedFieldNames
    • Methods
      • AddReservedFieldName(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX