Move the given content document to the previous playOrder position, meaning it should appear earlier 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 MoveUp(
	string id
)
Visual Basic (Declaration)
Public Sub MoveUp ( _
	id As String _
)
Visual C++
public:
void MoveUp(
	String^ id
)

Parameters

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

See Also