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)
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.