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
document
Type: System.Xml.XmlDocumentAn XML document that is added to the XML document collection.