Exago .NET API Documentation
Name Property (Folder)
Example 
WebReports.Api.Roles Namespace > Folder Class : Name Property
The Name of the folder, as a path from the root.
Syntax
public System.string Name {get; set;}

Property Value

The name or path to the folder from the root.
Example
The My Reports folder is in the root directory.
f.Name = "My Reports";
The second quarter sales reports are stored three directories deep from the root folder.
f.Name = "Sales Reports\\2020\\Q2"
See Also

Reference

Folder Class
Folder Members