SPUserCodeExecutionContext Members
Include Protected Members
Include Inherited Members
A serializable object containing the common basic data of user code execution contexts.
The SPUserCodeExecutionContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUserCodeExecutionContext | Initializes a new instance of the SPUserCodeExecutionContext class. |
Top
Properties
Name | Description | |
---|---|---|
ProxyOperationAssemblyName | Gets or sets the strong name of the assembly that contains the proxy operation class. | |
ProxyOperationTypeName | Gets or sets the full type name of the proxy operation class. | |
SolutionHash | Gets or sets the solution hash. | |
SolutionId | Gets or sets a globally unique identifier (GUID) that identifies the user code to be executed. | |
SolutionValidationErrorMessage | Gets or sets an error message that is returned by the last user-code validator. | |
SolutionValidationErrorUrl | Gets or sets the destination URL for a redirection that is made after the failure of the last user-code validator. | |
SolutionValidatorsHash | Gets or sets a hash of the user-code validators that validated the user code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top