Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
SPExportSettings.ExportMethod Property (Microsoft.SharePoint.Deployment)
Gets or sets a value that specifies whether you want to do a full or incremental export.

Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<XmlAttributeAttribute(AttributeName:="ExportMethod")> _
Public Property ExportMethod As SPExportMethodType
Visual Basic (Usage)
Dim instance As SPExportSettings
Dim value As SPExportMethodType

value = instance.ExportMethod

instance.ExportMethod = value
C#
[XmlAttributeAttribute(AttributeName="ExportMethod")] 
public SPExportMethodType ExportMethod { get; set; }

Property Value

An SPExportMethodType value.

This property is used to determine which objects should be exported within the specified scope. The choices are:

  • ExportAll. Exports all objects within the specified scope regardless of whether they have been exported previously.

  • ExportChanges. Export only the objects that have changed since the last export operation (using the value of the ExportChangeToken property).

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker