PartialBuildType Enumeration

This public enumerated type defines the partial build types

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
[SerializableAttribute]
public enum PartialBuildType

Members

None0The build will run to completion
GenerateReflectionInfo1The build will stop after generating reflection information
TransformReflectionInfo2The build will stop after applying the document model, namespace grouping option if applicable, and adding filenames to each topic.

See Also