View Source
Class RelationItemModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RelationItemModel
Properties
View Source
ContentTypeAlias
Declaration
public string ContentTypeAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentTypeIcon
Declaration
public string ContentTypeIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentTypeName
Declaration
public string ContentTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodeKey
Declaration
public Guid NodeKey { get; set; }
Property Value
View Source
NodeName
Declaration
public string NodeName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodePublished
Declaration
public bool? NodePublished { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
NodeType
Declaration
public string NodeType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RelationTypeIsBidirectional
Declaration
public bool RelationTypeIsBidirectional { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RelationTypeIsDependency
Declaration
public bool RelationTypeIsDependency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RelationTypeName
Declaration
public string RelationTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|