Microsoft.SharePoint.UserCode namespace
Provides types and members for working with sandboxed solutions.
Classes
Class | Description | |
---|---|---|
SPBlockedSolution | Represents a sandboxed solution that has been blocked. | |
SPBlockedSolutionCollection | A collection of blocked sandboxed solutions. | |
SPDefaultSolutionValidator | The solution validator provided by Microsoft SharePoint Foundation. | |
SPProxyOperation | Represents an abstract class that is used to execute operations that are prevented in the shim, in the proxy process of the UserCode service. A subclass of this class can be passed to the ExecuteProxyOperation(String, String, SPProxyOperationArgs) method. | |
SPProxyOperationArgs | An abstract class that represents the parameter passed to the Execute method of the SPProxyOperation class. | |
SPProxyOperationType | Represents the proxy operation type. | |
SPSolutionFile | Represents a file in a user solution package. | |
SPSolutionValidationProperties | Provides the properties of a solution package to the solution validators for validation and retrieves the validation result from the solution validators. | |
SPSolutionValidator | An abstract base class that represents a solution validator. | |
SPSolutionValidatorCollection | Solution validator collection class. | |
SPUserCodeExecutionContext | A serializable object containing the common basic data of user code execution contexts. | |
SPUserCodeExecutionManager | Allows the front-end Web server to access and communicate with the user code service in the server farm. | |
SPUserCodeExecutionPipelineFailedException | Represents the error condition where the user code execute pipeline has failed. | |
SPUserCodeExecutionPipelineTerminallyFailedException | Represents the error condition where the user code execute pipeline has failed in an unrecoverable way. | |
SPUserCodeNoAvailableServersFoundException | Represents the error condition where no servers running the user code execution host service could be found in the service map. | |
SPUserCodeSolutionExecutionFailedException | Represents the error condition where there was a failure when executing the user code solution. | |
SPUserCodeSolutionProxiedException | Substitutes for the real exception type when an exception needs to be marshaled between the worker process and the caller. | |
SPUserCodeTypeDefinition | ||
SPUserCodeValidationFailedException | Represents the failure of a sandboxed solution to validate. | |
SPUserCodeWorkflowContext | Provides detailed information about a specific workflow instance in a sandboxed solution. |