SPExportObjectCollection.Add method
Adds an export object to the collection.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
exportObj As SPExportObject _
)
'Usage
Dim instance As SPExportObjectCollection
Dim exportObj As SPExportObject
instance.Add(exportObj)
public void Add(
SPExportObject exportObj
)
Parameters
exportObj
Type: Microsoft.SharePoint.Deployment.SPExportObjectThe export object (Microsoft.SharePoint.Deployment.SPExportObject instance) that is added to the collection.
See also
Reference
SPExportObjectCollection class