Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPropertySettings

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentPropertySettings

    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<string>

    Methods

    View Source

    AddReservedFieldName(string)

    Declaration
    public bool AddReservedFieldName(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    bool
    View Source

    AddReservedFieldNames(ISet<string>)

    Declaration
    public void AddReservedFieldNames(ISet<string> names)
    Parameters
    Type Name Description
    ISet<string> names
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX