DotNetWikiBot Framework Documentation
Removes all instances of a specified template from page text.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public void RemoveTemplate(
	string templateTitle
)

Parameters

templateTitle
Type: System..::..String
Title of template to remove.

See Also