ContainerModule.

Remove(string) Method

Summary

Removes a module by name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
Containing Type
ContainerModule

Syntax

public bool Remove(string name)

Parameters

Name Type Description
name string The name of the module to remove.

Return Value

Type Description
bool true if a module with the specified name was found and removed, otherwise false.
GitHub