- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IExecutionContextExecuteModulesExtensions"]
class Type type-node
Syntax
public static class IExecutionContextExecuteModulesExtensions
Methods
Name | Return Value | Summary |
---|---|---|
ExecuteModulesAsync |
Task |
Executes the specified modules with an single initial input document with optional additional metadata and returns the result documents.
static
|
ExecuteModulesAsync |
Task |
Executes the specified modules without an initial input document and returns the result documents.
static
|