SPWebApplication.ExternalWorkflowParticipantsEnabled Property

Gets or sets a Boolean value that specifies whether external users can participate in workflow by sending them a document copy.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property ExternalWorkflowParticipantsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.ExternalWorkflowParticipantsEnabled

instance.ExternalWorkflowParticipantsEnabled = value
public bool ExternalWorkflowParticipantsEnabled { get; set; }

Property Value

Type: System.Boolean
true if external users can participate in workflow; otherwise, false. The default value is false.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace