PartialBuildType Enumeration
This public enumerated type defines the partial build types
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
[SerializableAttribute]
public enum PartialBuildType
<SerializableAttribute>
Public Enumeration PartialBuildType
[SerializableAttribute]
public enum class PartialBuildType
[<SerializableAttribute>]
type PartialBuildType
None | 0 | The build will run to completion |
GenerateReflectionInfo | 1 | The build will stop after generating reflection information |
TransformReflectionInfo | 2 | The build will stop after applying the document model, namespace grouping option if
applicable, and adding filenames to each topic. |