ISandcastleProject.FileItems Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This read-only property is used to get an enumerable list of all build items in the project that represent folders and files.
IEnumerable<IFileItem> FileItems { get; }