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
Public method SPUserCodeExecutionContext Initializes a new instance of the SPUserCodeExecutionContext class.

Top

Properties

  Name Description
Public property ProxyOperationAssemblyName Gets or sets the strong name of the assembly that contains the proxy operation class.
Public property ProxyOperationTypeName Gets or sets the full type name of the proxy operation class.
Public property SolutionHash Gets or sets the solution hash.
Public property SolutionId Gets or sets a globally unique identifier (GUID) that identifies the user code to be executed.
Public property SolutionValidationErrorMessage Gets or sets an error message that is returned by the last user-code validator.
Public property SolutionValidationErrorUrl Gets or sets the destination URL for a redirection that is made after the failure of the last user-code validator.
Public property SolutionValidatorsHash Gets or sets a hash of the user-code validators that validated the user code.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPUserCodeExecutionContext Class

Microsoft.SharePoint.UserCode Namespace