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
Public method SPExportObjectCollection() Instantiates a new instance of the SPExportObjectCollection class. This is the default constructor.
Public method SPExportObjectCollection(Int32) Instantiates a new instance of the SPExportObjectCollection class that specifies the initial capacity of the collection.

Top

Properties

  Name Description
Public property Count Gets the number of export objects that are in the collection. (Overrides SPBaseCollection.Count.)
Public property Item Gets an export object in the collection at the specified index.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Add Adds an export object to the collection.
Public method Clear Clears the list of deployment objects that are contained in the specified object collection.
Public method CopyTo Copies an export object into the export object array.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPExportObjectCollection class

Microsoft.SharePoint.Deployment namespace