This task is used to clean (remove) help file output from the last build.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class CleanHelp : Task
Visual Basic
Public Class CleanHelp _
	Inherits Task

Remarks

All messages from this task are logged with a high priority. If set to Normal and ran from within Visual Studio, it won't show the progress messages when the logging options are set to Minimal.

Inheritance Hierarchy

System..::..Object
  Microsoft.Build.Utilities..::..Task
    SandcastleBuilder.Utils.MSBuild..::..CleanHelp

See Also