Gets the value of the given metadata item, if it is present in the metadata.

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

Syntax

C#
public string GetItem(
	utilities..::.MetadataItem type
)
Visual Basic (Declaration)
Public Function GetItem ( _
	type As utilities..::.MetadataItem _
) As String
Visual C++
public:
String^ GetItem(
	utilities..::.MetadataItem type
)

Parameters

type
Type: net.hazelhurst.epub..::.utilities..::.MetadataItem
Member of the utilities.MetadataItem enumeration, identifies the type of metadata item to get.

Return Value

The value of the item if it is present, else returns an empty string.

See Also