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