Share via


SPBlockedSolutionCollection Members

Include Protected Members
Include Inherited Members

A collection of blocked sandboxed solutions.

The SPBlockedSolutionCollection type exposes the following members.

Properties

  Name Description
Public property Count The total number of blocked solutions.
Public property IsReadOnly Indicates whether the collection can be changed or not.

Top

Methods

  Name Description
Public method Add Adds a new solution to the blocked solution collection.
Public method Clear Removes all solutions from the blocked list.
Public method Contains Verifies whether a solution is in the blocked collection or not.
Public method CopyTo Copies this collection to the given array.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator over the blocked solutions in this collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a solution with the given signature.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator over the blocked solutions in this collection.

Top

See Also

Reference

SPBlockedSolutionCollection Class

Microsoft.SharePoint.UserCode Namespace