SPSolutionCollection properties

The SPSolutionCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of objects in the collection. (Inherited from SPPersistedObjectCollection<T>.)
Public property IsEmpty Gets a Boolean value that indicates whether the collection contains any objects. (Inherited from SPPersistedObjectCollection<T>.)
Public property Item[Guid] Gets the persisted object in the collection based on the specified GUID. (Inherited from SPPersistedObjectCollection<T>.)
Public property Item[String] Gets the persisted object in the collection based on the specified name. (Inherited from SPPersistedObjectCollection<T>.)
Protected property Parent Gets the parent object that declares this collection. (Inherited from SPPersistedObjectCollection<T>.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property IBackupRestore.CanRenameOnRestore Gets whether this item can be renamed at restore time.
Explicit interface implemetationPrivate property IBackupRestore.CanSelectForBackup Gets or sets if the solution collection is selectable for a back-up operation.
Explicit interface implemetationPrivate property IBackupRestore.CanSelectForRestore Gets or sets if the solution collection is selectable for a restore operation.
Explicit interface implemetationPrivate property IBackupRestore.DiskSizeRequired Gets the disk size required for the back-up or restore operation.
Explicit interface implemetationPrivate property IBackupRestore.Id Gets or sets the unique identifier for the back-up of the solution collection.
Explicit interface implemetationPrivate property IBackupRestore.Name Gets the name of the solution collection for the back-up user interface.
Explicit interface implemetationPrivate property IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration Gets whether the solution collection is selectable during a configuration-only back or restore operation.

Top

See also

Reference

SPSolutionCollection class

Microsoft.SharePoint.Administration namespace