SetTitle

DublinCorePackage.SetTitle method (1 of 2)

Adds Dublin Core title.

public void SetTitle(string title)
ParameterTypeDescription
titleStringThe title.

See Also


DublinCorePackage.SetTitle method (2 of 2)

Adds Dublin Core title for different languages.

public void SetTitle(LangAlt title)
ParameterTypeDescription
titleLangAltInstance of LangAlt.

See Also