SPWorkflowAssociation.AutoStartCreate property
True ter instâncias de fluxo de trabalho com base no início de associar fluxo de trabalho automaticamente quando um item é criado.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ClientCallableAttribute> _
Public Property AutoStartCreate As Boolean
Get
Set
'Uso
Dim instance As SPWorkflowAssociation
Dim value As Boolean
value = instance.AutoStartCreate
instance.AutoStartCreate = value
[ClientCallableAttribute]
public bool AutoStartCreate { get; set; }
Property value
Type: System.Boolean
Um Boolean que indica se o fluxo de trabalho é iniciado automaticamente quando um novo item for criado.
Ver também
Referência
Microsoft.SharePoint.Workflow namespace
Outros recursos
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview