Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectFileItems Property
This returns a collection of all build items in the project that represent folders and files.

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

Property Value

Type: CollectionFileItem
Remarks
This collection is generated each time the property is used. As such, cache a copy if you need to use it repeatedly.
See Also