Remove the given content document from the NCX data. This will be done, for
instance if a content document is removed altogether from the publication.
After removal from the NCX, the playOrder of each successive content document
is renumbered (decremented).
Namespace:
net.hazelhurst.epub
Assembly:
ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Remove(
string id
) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _
id As String _
) |
| Visual C++ |
|---|
public:
void Remove(
String^ id
) |
See Also