Save the content document indicated by the fileName parameter. Parameter content provides the contents to be saved.

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

Syntax

C#
public void SaveEntry(
	string fileName,
	string content
)
Visual Basic (Declaration)
Public Sub SaveEntry ( _
	fileName As String, _
	content As String _
)
Visual C++
public:
void SaveEntry(
	String^ fileName, 
	String^ content
)

Parameters

fileName
Type: System..::.String
The name of the content document to be saved e.g. "chapter02.xml"
content
Type: System..::.String
A string containing the document contents.

See Also