FileTreeElement
[Serializable]public class FileTreeElement : TreeElementNo description is available for this type.
Fields
Section titled “Fields”
public string PathNo description is available for this member.
Returns
System.String — No return description is available.
IsFolder
Section titled “IsFolder”public bool IsFolderNo description is available for this member.
Returns
System.Boolean — No return description is available.
IsSelected
Section titled “IsSelected”public bool IsSelectedNo description is available for this member.
Returns
System.Boolean — No return description is available.
IsAutoExcluded
Section titled “IsAutoExcluded”public bool IsAutoExcludedNo description is available for this member.
Returns
System.Boolean — No return description is available.
IsAutoIncluded
Section titled “IsAutoIncluded”public bool IsAutoIncludedNo description is available for this member.
Returns
System.Boolean — No return description is available.
Usages
Section titled “Usages”public List<string> UsagesNo description is available for this member.
Returns
System.Collections.Generic.List{System.String} — No return description is available.
Constructors
Section titled “Constructors”
FileTreeElement(string, int, int)
Section titled “FileTreeElement(string, int, int)”public FileTreeElement(string name, int depth, int id)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String | |
depth |
System.Int32 | |
id |
System.Int32 |