SandcastleProjectFileItems Property

This returns an enumerable list of all build items in the project that represent folders and files

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IEnumerable<FileItem> FileItems { get; }

Property Value

IEnumerableFileItem

See Also