Add a new content document to the current container instance. The method passes through to the package instance of the container.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AddDocument(
	string booksPath,
	string FileName,
	string heading,
	string TOCentry
)
Visual Basic (Declaration)
Public Sub AddDocument ( _
	booksPath As String, _
	FileName As String, _
	heading As String, _
	TOCentry As String _
)
Visual C++
public:
void AddDocument(
	String^ booksPath, 
	String^ FileName, 
	String^ heading, 
	String^ TOCentry
)

Parameters

booksPath
Type: System..::.String
Path where the .epub library for the application resides.
FileName
Type: System..::.String

[Missing <param name="FileName"/> documentation for "M:net.hazelhurst.epub.container.AddDocument(System.String,System.String,System.String,System.String)"]

heading
Type: System..::.String

[Missing <param name="heading"/> documentation for "M:net.hazelhurst.epub.container.AddDocument(System.String,System.String,System.String,System.String)"]

TOCentry
Type: System..::.String

[Missing <param name="TOCentry"/> documentation for "M:net.hazelhurst.epub.container.AddDocument(System.String,System.String,System.String,System.String)"]

See Also