Gets the manifest item node (XmlNode) with the given id attribute.

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

Syntax

C#
public manifestitem GetManifestItemById(
	string id
)
Visual Basic (Declaration)
Public Function GetManifestItemById ( _
	id As String _
) As manifestitem
Visual C++
public:
manifestitem^ GetManifestItemById(
	String^ id
)

Parameters

id
Type: System..::.String
The value of the id attribute to look for.

Return Value

An XmlNode if a matching item node is found, else null.

See Also