Class PageNode
- Namespace
- InSite.Domain.Foundations
- Assembly
- Shift.Sdk.dll
- Inheritance
-
PageNode
- Inherited Members
-
- Extension Methods
-
Constructors
PageNode()
Properties
Author
public string Author { get; set; }
Property Value
- string
Authored
public DateTimeOffset? Authored { get; set; }
Property Value
- DateTimeOffset?
Content
public ContentContainer Content { get; set; }
Property Value
- ContentContainer
Control
public string Control { get; set; }
Property Value
- string
Icon
public string Icon { get; set; }
Property Value
- string
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
IsHidden
public bool IsHidden { get; set; }
Property Value
- bool
Modified
public DateTimeOffset Modified { get; set; }
Property Value
- DateTimeOffset
Name
public string Name { get; set; }
Property Value
- string
NavigateUrl
public string NavigateUrl { get; set; }
Property Value
- string
Parent
public Guid? Parent { get; set; }
Property Value
- Guid?
Posted
public string Posted { get; }
Property Value
- string
Sequence
public int Sequence { get; set; }
Property Value
- int
Slug
public string Slug { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string