Keeps the existing document content instead of replacing it with the process output.
- Namespace
- Statiq
.Core - Containing Type
- StartProcess
Syntax
public StartProcess KeepContent(Config<bool> keepContent = null)
Remarks
This has no effect if the process is a background process.
Parameters
Name | Type | Description |
---|---|---|
keepContent | Config |
true or null to keep the existing document content,
false to replace it with the process output.
|
Return Value
Type | Description |
---|---|
StartProcess | The current module instance. |