Class FolderNode
Inherited Members
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class FolderNode : FileBasedNodeCollection
Constructors
FolderNode(FileBasedNodeCollection, String)
Declaration
public FolderNode(FileBasedNodeCollection parent, string path)
Parameters
FileBasedNodeCollection
parent
|
System.String
path
|
Properties
DisplaysSourceControlStatus
Declaration
public override bool DisplaysSourceControlStatus { get; }
Property Value
System.Boolean
|
Overrides
ProjectViewChildren
Declaration
public ObservableCollection<FileBasedNode> ProjectViewChildren { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<FileBasedNode>
|
Methods
GetAllFiles(Boolean)
Declaration
public override List<string> GetAllFiles(bool recursive = true)
Parameters
System.Boolean
recursive
|
Returns
System.Collections.Generic.List<System.String>
|