HtmlHelp.AddFileToContents Method

NDoc Core

NDoc Documentation

HtmlHelp.AddFileToContents Method 

Adds a file to the contents file.

public void AddFileToContents(
   string headingName,
   string htmlFilename
);

Parameters

headingName
The name as it should appear in the contents.
htmlFilename
The filename for this entry.

See Also

HtmlHelp Class | NDoc.Core Namespace