Move the given content document to the next playOrder position, meaning it should appear later in the publication. This method provides one of the ways of reorganising and reordering a publication.

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

Syntax

C#
public void MoveDown(
	string id
)
Visual Basic (Declaration)
Public Sub MoveDown ( _
	id As String _
)
Visual C++
public:
void MoveDown(
	String^ id
)

Parameters

id
Type: System..::.String
Identifier of the content document to move.

See Also