[Missing <summary> documentation for "M:net.hazelhurst.epub.package.SetContentPage(System.Xml.XmlDocument,System.String,System.String)"]

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

Syntax

C#
public void SetContentPage(
	XmlDocument contentPage,
	string title,
	string uniqueIdentifier
)
Visual Basic (Declaration)
Public Sub SetContentPage ( _
	contentPage As XmlDocument, _
	title As String, _
	uniqueIdentifier As String _
)
Visual C++
public:
void SetContentPage(
	XmlDocument^ contentPage, 
	String^ title, 
	String^ uniqueIdentifier
)

Parameters

contentPage
Type: System.Xml..::.XmlDocument

[Missing <param name="contentPage"/> documentation for "M:net.hazelhurst.epub.package.SetContentPage(System.Xml.XmlDocument,System.String,System.String)"]

title
Type: System..::.String

[Missing <param name="title"/> documentation for "M:net.hazelhurst.epub.package.SetContentPage(System.Xml.XmlDocument,System.String,System.String)"]

uniqueIdentifier
Type: System..::.String

[Missing <param name="uniqueIdentifier"/> documentation for "M:net.hazelhurst.epub.package.SetContentPage(System.Xml.XmlDocument,System.String,System.String)"]

See Also