BuildProcessWebsiteFiles Property

This returns a list of the website files that were built

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public Collection<string> WebsiteFiles { get; }

Property Value

CollectionString

Remarks

If the website format was not built, this returns an empty collection

See Also