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 SourceFieldTypes
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.
Name
Gets the name of the content type.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |