| RebuildState_e Enumeration |
State of the rebuild operation
Namespace:
CodeStack.SwEx.AddIn.Enums
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public enum RebuildState_e
Public Enumeration RebuildState_e
public enum class RebuildState_e
Members
| Member name | Value | Description |
---|
| PreRebuild | 0 |
Document is about to be rebuilt
|
| PostRebuild | 1 |
Document has been rebuilt
|
See Also