SPBlockedSolutionCollection Members
Include Protected Members
Include Inherited Members
A collection of blocked sandboxed solutions.
The SPBlockedSolutionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | The total number of blocked solutions. | |
IsReadOnly | Indicates whether the collection can be changed or not. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new solution to the blocked solution collection. | |
Clear | Removes all solutions from the blocked list. | |
Contains | Verifies whether a solution is in the blocked collection or not. | |
CopyTo | Copies this collection to the given array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator over the blocked solutions in this collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes a solution with the given signature. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator over the blocked solutions in this collection. |
Top