Changes to navLabel/text value for the given navPoint. This method can be used when a content provided (author/publisher) wishes to change the text of the table of contents.

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

Syntax

C#
public void Rename(
	string id,
	string newName
)
Visual Basic (Declaration)
Public Sub Rename ( _
	id As String, _
	newName As String _
)
Visual C++
public:
void Rename(
	String^ id, 
	String^ newName
)

Parameters

id
Type: System..::.String
The id attribute identifyting the navPoint for which the name will be changed.
newName
Type: System..::.String
The new navLabel/text value.

See Also