Gets the manifest item node (XmlNode) with the given id attribute.
Namespace:
net.hazelhurst.epubAssembly: 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.