SPBlockedSolution Members
Include Protected Members
Include Inherited Members
Represents a sandboxed solution that has been blocked.
The SPBlockedSolution type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPBlockedSolution() | Initializes a new instance of the SPBlockedSolution class. | |
SPBlockedSolution(String, String, String) | Initializes a new instance of the SPBlockedSolution class using the specified file, signature, and message. |
Top
Properties
Name | Description | |
---|---|---|
FileName | Gets the file name of the solution. | |
Message | Gets a message that provides information on how to resolve the blocked solution. | |
Signature | Gets ths signature of the solution. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top