SPSite.UserDefinedWorkflowsEnabled Property
Gets or sets a Boolean value that indicates whether user-defined workflows are enabled.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Property UserDefinedWorkflowsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.UserDefinedWorkflowsEnabled
instance.UserDefinedWorkflowsEnabled = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public bool UserDefinedWorkflowsEnabled { get; set; }
Property Value
Type: System.Boolean
true if user-defined workflows are enabled; otherwise, false.
Remarks
This property can be set only by a user with administrative privileges. If a user without administrative privileges attempts to set this property, an error of type UnathorizedAccessException is thrown.