EndnotesPart.AddAlternativeFormatImportPart Method (String, String)

Adds a AlternativeFormatImportPart to the EndnotesPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddAlternativeFormatImportPart ( _
    contentType As String, _
    id As String _
) As AlternativeFormatImportPart
'Usage
Dim instance As EndnotesPart
Dim contentType As String
Dim id As String
Dim returnValue As AlternativeFormatImportPart

returnValue = instance.AddAlternativeFormatImportPart(contentType, _
    id)
public AlternativeFormatImportPart AddAlternativeFormatImportPart(
    string contentType,
    string id
)

Parameters

  • contentType
    Type: System.String
    the content type of the AlternativeFormatImportPart

Return Value

Type: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart
The newly added part.

See Also

Reference

EndnotesPart Class

EndnotesPart Members

AddAlternativeFormatImportPart Overload

DocumentFormat.OpenXml.Packaging Namespace