SPSolutionCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of SPSolution objects.
The SPSolutionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSolutionCollection | Constructs a SPSolutionCollection object. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the collection. (Inherited from SPPersistedObjectCollection<T>.) | |
IsEmpty | Gets a Boolean value that indicates whether the collection contains any objects. (Inherited from SPPersistedObjectCollection<T>.) | |
Item[Guid] | Gets the persisted object in the collection based on the specified GUID. (Inherited from SPPersistedObjectCollection<T>.) | |
Item[String] | Gets the persisted object in the collection based on the specified name. (Inherited from SPPersistedObjectCollection<T>.) | |
Parent | Gets the parent object that declares this collection. (Inherited from SPPersistedObjectCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add(String) | Adds a solution with the specified solution file to the collection of solutions. | |
Add(SPSolution) | Adds a solution to the collection of solutions. (Overrides SPPersistedChildCollection<T>.Add(T).) | |
Add(String, UInt32) | Adds a solution with the specified solution file and locale identifier to the collection of solutions. | |
Ensure | Adds an object to the collection and, if the object already exists, reinitializes it with the data of the existing object. (Inherited from SPPersistedChildCollection<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator that can be used to iterate through the collection. (Inherited from SPPersistedObjectCollection<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue<U>() | Retrieves an object from the collection with the specified type and the default name. (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(Guid) | Retrieves an object from the collection with the specified ID and type. (Inherited from SPPersistedObjectCollection<T>.) | |
GetValue<U>(String) | Retrieves an object from the collection with the specified name and type. (Inherited from SPPersistedObjectCollection<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(Guid) | Removes the solution with the specified GUID from the collection of solutions. (Overrides SPPersistedChildCollection<T>.Remove(Guid).) | |
Remove(String) | Removes the solution with the specified name from the collection of solutions. | |
Remove(String, UInt32) | Removes the solution with the specified name and locale identifier from the collection of solutions. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<T>.) | |
IBackupRestore.AddBackupObjects | Adds the solution collection to the backup and restore operation. | |
IBackupRestore.CanRenameOnRestore | Gets whether this item can be renamed at restore time. | |
IBackupRestore.CanSelectForBackup | Gets or sets if the solution collection is selectable for a back-up operation. | |
IBackupRestore.CanSelectForRestore | Gets or sets if the solution collection is selectable for a restore operation. | |
IBackupRestore.DiskSizeRequired | Gets the disk size required for the back-up or restore operation. | |
IBackupRestore.Id | Gets or sets the unique identifier for the back-up of the solution collection. | |
IBackupRestore.Name | Gets the name of the solution collection for the back-up user interface. | |
IBackupRestore.OnAbort | An event that is called in the backup and restore infrastructure when the user cancels the operation. | |
IBackupRestore.OnBackup | An event that is called when the system is being backed up. | |
IBackupRestore.OnBackupComplete | The event that is called when the system is finished with the backup and restore procedure. | |
IBackupRestore.OnPostRestore | The event that is called when the system is finished restoring. | |
IBackupRestore.OnPrepareBackup | The event that is called when the system is preparing a backup operation. | |
IBackupRestore.OnPreRestore | The event that is called when the system is preparing a restore operation. | |
IBackupRestore.OnRestore | The event that is called when the system is being restored. | |
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration | Gets whether the solution collection is selectable during a configuration-only back or restore operation. |
Top