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 | |
---|---|---|
SPExportObject() | Instantiates a new, nonparameterized instance of the SPExportObject class. | |
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. | |
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 | |
---|---|---|
ExcludeChildren | Gets or sets a Boolean value that specifies whether to include or exclude children of the specified export object. | |
ExportChangeToken | Gets or sets a string representing a change token to support incremental export operations. | |
Id | Gets or sets the unique identifier (GUID) of the deployment object. (Inherited from SPDeploymentObject.) | |
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. | |
ParentId | Gets or sets the unique identifier (GUID) of the parent object of the specified deployment object. (Inherited from SPDeploymentObject.) | |
Type | Gets or sets the data type for the deployment object by specifying a value in the SPDeploymentObjectType enumeration. (Inherited from SPDeploymentObject.) | |
Url | Gets or sets the URL of the object being exported. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top