IBuild ProcessWebsite Files Property
This read-only property is used to get a list of the website files that were built
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
Collection<string> WebsiteFiles { get; }VB
ReadOnly Property WebsiteFiles As Collection(Of String)
GetC++
property Collection<String^>^ WebsiteFiles {
Collection<String^>^ get ();
}F#
abstract WebsiteFiles : Collection<string> with getProperty Value
CollectionStringRemarks
If the website format was not built, this returns an empty collection