Gets the manifest items as an XmlNodeList
Namespace:
net.hazelhurst.epubAssembly: ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public XmlNodeList ManifestItems { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ManifestItems As XmlNodeList |
| Visual C++ |
|---|
public: property XmlNodeList^ ManifestItems { XmlNodeList^ get (); } |