Summary
Converts the module to a named module.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- ModuleExtensions
Syntax
public static IModule WithName(this IModule module, string name)
Parameters
| Name | Type | Description |
|---|---|---|
| module | IModule | The module to provide a name for. |
| name | string | The name to provide to the module. |
Return Value
| Type | Description |
|---|---|
| IModule | The named module. |
