| MacroFeatureRebuildResultFromStatus Method |
Returns the status of the rebuild operation
Namespace:
CodeStack.SwEx.MacroFeature.Base
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public static MacroFeatureRebuildResult FromStatus(
bool status,
string error = ""
)
Public Shared Function FromStatus (
status As Boolean,
Optional error As String = ""
) As MacroFeatureRebuildResult
public:
static MacroFeatureRebuildResult^ FromStatus(
bool status,
String^ error = L""
)
Parameters
- status
- Type: SystemBoolean
True if regeneration successful, False if not - error (Optional)
- Type: SystemString
Error message to be displayed in the What's Wrong dialog if status equals to false
Return Value
Type:
MacroFeatureRebuildResultResult
Remarks Use this method if macro feature doesn't modify or create new bodies
See Also