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 | |
---|---|---|
SPImportObjectCollection() | Creates a new instance of the SPImportObjectCollection class. | |
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 | |
---|---|---|
Count | Gets the number of items currently in the collection. (Overrides SPBaseCollection.Count.) | |
Item | Gets the SPImportObject instance at the specified indexed location in the collection. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the elements of an array of SPImportObject objects, starting at the specified array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
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
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | (Inherited from SPBaseCollection.) |
Top