SPExportObjectCollection members
Provides methods and properties to maintain a collection of export objects (SPExportObject instances) for exporting to the content migration package. The collection specifies the scope of the export operation.
The SPExportObjectCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExportObjectCollection() | Instantiates a new instance of the SPExportObjectCollection class. This is the default constructor. | |
SPExportObjectCollection(Int32) | Instantiates a new instance of the SPExportObjectCollection class that specifies the initial capacity of the collection. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of export objects that are in the collection. (Overrides SPBaseCollection.Count.) | |
Item | Gets an export object in the collection at the specified index. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an export object to the collection. | |
Clear | Clears the list of deployment objects that are contained in the specified object collection. | |
CopyTo | Copies an export object into the export object array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top