Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IReservedFieldNamesService

    Provides access to reserved field names that cannot be used for custom properties.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IReservedFieldNamesService

    Methods

    View Source

    GetDocumentReservedFieldNames()

    Gets the set of reserved field names for document content types.

    Declaration
    ISet<string> GetDocumentReservedFieldNames()
    Returns
    Type Description
    ISet<string>

    A set of field names that are reserved for documents.

    View Source

    GetMediaReservedFieldNames()

    Gets the set of reserved field names for media content types.

    Declaration
    ISet<string> GetMediaReservedFieldNames()
    Returns
    Type Description
    ISet<string>

    A set of field names that are reserved for media.

    View Source

    GetMemberReservedFieldNames()

    Gets the set of reserved field names for member content types.

    Declaration
    ISet<string> GetMemberReservedFieldNames()
    Returns
    Type Description
    ISet<string>

    A set of field names that are reserved for members.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX