Compartilhar via


SPUserCodeWorkflowContext class

Fornece informações detalhadas sobre uma instância de fluxo de trabalho específico em um soluçăo em área restrita.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPUserCodeWorkflowContext

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPUserCodeWorkflowContext
'Uso
Dim instance As SPUserCodeWorkflowContext
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPUserCodeWorkflowContext

Comentários

Essa classe é uma versão simples da classe WorkflowContext e usa URLs e IDs em vez de objetos de SharePoint Server , SPSite e SPWeb.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace