This returns a list of the website files that were built

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public Collection<string> WebsiteFiles { get; }
Visual Basic
Public ReadOnly Property WebsiteFiles As Collection(Of String)
	Get

Property Value

Type: Collection<(Of <(<'String>)>)>

Remarks

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

See Also