SPXmlDocumentCollection.Add method

Adds the specified XML document to the XML document collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Add ( _
    document As XmlDocument _
)
'Usage
Dim instance As SPXmlDocumentCollection
Dim document As XmlDocument

instance.Add(document)
public void Add(
    XmlDocument document
)

Parameters

See also

Reference

SPXmlDocumentCollection class

SPXmlDocumentCollection members

Microsoft.SharePoint namespace