This plug-in class is used to copy the resulting help file output to a location other than the output folder (i.e. a file share, an FTP site, a web server, etc.).

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.3.0

Syntax

C#
public class DeploymentPlugIn : IPlugIn, 
	IDisposable
Visual Basic
Public Class DeploymentPlugIn _
	Implements IPlugIn, IDisposable

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.PlugIns..::..DeploymentPlugIn

See Also