Class NavigationNode
Inheritance
System.Object
NavigationNode
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class NavigationNode : object
Properties
CreationTime
Declaration
public virtual DateTime? CreationTime { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
HasChildItems
Declaration
public bool HasChildItems { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsLeaf
Declaration
public bool IsLeaf { get; }
Property Value
Type |
Description |
System.Boolean |
|
Items
Declaration
public List<NavigationNode> Items { get; set; }
Property Value
LastSignificantUpdateTime
Declaration
public DateTime? LastSignificantUpdateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
LastUpdatedTime
Declaration
public virtual DateTime? LastUpdatedTime { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
IsSelected(String)
Declaration
public bool IsSelected(string documentName)
Parameters
Type |
Name |
Description |
System.String |
documentName |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods