SPBackupRestoreObjectCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of SPBackupRestoreObject objects.
The SPBackupRestoreObjectCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPBackupRestoreObjectCollection | Initializes a new instance of the SPBackupRestoreObjectCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of objects in the collection. | |
Item | Returns the object at the specified index in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new object to the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to iterate through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top