Search Results for

    Show / Hide Table of Contents
    View Source

    Interface INavigableContentType

    Represents the type of a content that can be navigated via XPath.

    Namespace: Umbraco.Cms.Core.Xml.XPath
    Assembly: Umbraco.Core.dll
    Syntax
    public interface INavigableContentType

    Properties

    View Source

    FieldTypes

    Gets the field types of the content type.

    Declaration
    INavigableFieldType[] FieldTypes { get; }
    Property Value
    Type Description
    INavigableFieldType[]
    Remarks

    This includes the attributes and the properties.

    View Source

    Name

    Gets the name of the content type.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FieldTypes
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX