SPExportObject properties

The SPExportObject type exposes the following members.

Properties

  Name Description
Public property ExcludeChildren Gets or sets a Boolean value that specifies whether to include or exclude children of the specified export object.
Public property ExportChangeToken Gets or sets a string representing a change token to support incremental export operations.
Public property Id Gets or sets the unique identifier (GUID) of the deployment object. (Inherited from SPDeploymentObject.)
Public property IncludeDescendants Gets or sets a SPIncludeDescendants enumeration integer value that specifies whether to include all descendants, no descendants, or only descendants that represent content types.
Public property ParentId Gets or sets the unique identifier (GUID) of the parent object of the specified deployment object. (Inherited from SPDeploymentObject.)
Public property Type Gets or sets the data type for the deployment object by specifying a value in the SPDeploymentObjectType enumeration. (Inherited from SPDeploymentObject.)
Public property Url Gets or sets the URL of the object being exported.

Top

See also

Reference

SPExportObject class

Microsoft.SharePoint.Deployment namespace