Show / Hide Table of Contents

Class NavigationNode

Inheritance
System.Object
NavigationNode
Namespace: Volo.Docs.Documents
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
Type Description
List<NavigationNode>

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft