Class Folder
The folder that is used in results of the following commands:
public sealed class Folder
- Inheritance
-
objectFolder
- Extension Methods
Properties
Children
Gets or sets the list of child folders.
public ICollection<Folder> Children { get; set; }
Property Value
- ICollection<Folder>
HasChildren
Gets or sets the value indicating whether the folder has children.
public bool HasChildren { get; set; }
Property Value
- bool
Id
Gets or sets the ID of the folder.
public int Id { get; set; }
Property Value
- int
Name
Gets or sets the name of the folder.
public string Name { get; set; }
Property Value
- string