BuildProcessOpenXmlFiles Property

This returns a list of the Open XML files that were built

Definition

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

Property Value

CollectionString

Remarks

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

See Also