Click or drag to resize
Sandcastle Help File BuilderPartialBuildType Enumeration
This public enumerated type defines the partial build types

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public enum PartialBuildType
Members
  Member nameValueDescription
None0The build will run to completion
GenerateReflectionInfo1The build will stop after generating reflection information
TransformReflectionInfo2The build will stop after applying the document model XSL transformation
See Also