SPImportObjectCollection Members

Include Protected Members
Include Inherited Members

Maintains a listing of SPImportObject instances in the collection.

The SPImportObjectCollection type exposes the following members.

Constructors

  Name Description
Public method SPImportObjectCollection() Creates a new instance of the SPImportObjectCollection class.
Public method SPImportObjectCollection(Int32) Creates a new instance of the SPImportObjectCollection class and provides an integer value that specifies the number of items that the collection is able to contain initially.

Top

Properties

  Name Description
Public property Count Gets the number of items currently in the collection. (Overrides SPBaseCollection.Count.)
Public property Item Gets the SPImportObject instance at the specified indexed location in the collection.
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 CopyTo Copies the elements of an array of SPImportObject objects, starting at the specified array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from SPBaseCollection.)
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.)
Public method GetTypedEnumerator<T> (Inherited from SPBaseCollection.)
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from SPBaseCollection.)

Top

See Also

Reference

SPImportObjectCollection Class

Microsoft.SharePoint.Deployment Namespace