Sets the value of the given metadata item. If the given item is not present in the metadata a node of that type is added.

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

Syntax

C#
public void SetItem(
	utilities..::.MetadataItem type,
	string value
)
Visual Basic (Declaration)
Public Sub SetItem ( _
	type As utilities..::.MetadataItem, _
	value As String _
)
Visual C++
public:
void SetItem(
	utilities..::.MetadataItem type, 
	String^ value
)

Parameters

type
Type: net.hazelhurst.epub..::.utilities..::.MetadataItem
Member of the utilities.MetadataItem enumeration, identifies the type of metadata item to set/add.
value
Type: System..::.String
The new value for the metadata item.

See Also