BuildProcessWebsiteFiles Property
This returns a list of the website files that were built
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Collection<string> WebsiteFiles { get; }
Public ReadOnly Property WebsiteFiles As Collection(Of String)
Get
public:
property Collection<String^>^ WebsiteFiles {
Collection<String^>^ get ();
}
member WebsiteFiles : Collection<string> with get
Property Value
CollectionString If the website format was not built, this returns an empty collection