Class NavigationNode
Inheritance
NavigationNode
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class NavigationNode
Constructors
NavigationNode()
Declaration
Properties
CreationTime
Declaration
public virtual DateTime? CreationTime { get; set; }
Property Value
HasChildItems
Declaration
public bool HasChildItems { get; }
Property Value
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
IsLeaf
Declaration
public bool IsLeaf { get; }
Property Value
Items
Declaration
[JsonPropertyName("items")]
public List<NavigationNode> Items { get; set; }
Property Value
LastSignificantUpdateTime
Declaration
public DateTime? LastSignificantUpdateTime { get; set; }
Property Value
LastUpdatedTime
Declaration
public virtual DateTime? LastUpdatedTime { get; set; }
Property Value
Path
Declaration
[JsonPropertyName("path")]
public string Path { get; set; }
Property Value
Text
Declaration
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
Methods
FindNavigation(string)
Declaration
public NavigationNode FindNavigation(string documentName)
Parameters
Type |
Name |
Description |
string |
documentName |
|
Returns
IsSelected(string)
Declaration
public bool IsSelected(string documentName)
Parameters
Type |
Name |
Description |
string |
documentName |
|
Returns
Extension Methods