PartialBuildType Enum
Definition
- Namespace
- Sandcastle.Core.BuildEngine
- Assembly
- Sandcastle.Core.dll
This public enumerated type defines the partial build types
[Serializable]
public enum PartialBuildType
Fields
| Name | Value | Description |
|---|---|---|
| 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. |