SPExportObject members

Provides information about specific objects selected for export, and provides methods to direct how they are exported to the content migration package.

The SPExportObject type exposes the following members.

Constructors

  Name Description
Public method SPExportObject() Instantiates a new, nonparameterized instance of the SPExportObject class.
Public method SPExportObject(Guid, SPDeploymentObjectType, Guid, SPIncludeDescendants) Instantiates a new instance of the SPExportObject class that provides identifiers ob both the object and its parent object, provides the object type, and specifies whether to exclude child objects.
Public method SPExportObject(Guid, SPDeploymentObjectType, Guid, Boolean) Instantiates a new instance of the SPExportObject class that provides identifiers ob both the object and its parent object, provides the object type, and specifies whether to exclude child objects.

Top

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPExportObject class

Microsoft.SharePoint.Deployment namespace