List.DefaultContentApprovalWorkflowId Property

Gets or sets a value that specifies the default workflow identifier for content approval on the list.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property DefaultContentApprovalWorkflowId As Guid
    Get
    Set
'Usage
Dim instance As List
Dim value As Guid

value = instance.DefaultContentApprovalWorkflowId

instance.DefaultContentApprovalWorkflowId = value
[RemoteAttribute]
public Guid DefaultContentApprovalWorkflowId { get; set; }

Property Value

Type: System.Guid
Returns a Guid instance representing the default workflow identifier for content approval on the list.

Exceptions

Exception Condition
[Microsoft.SharePoint.SPException]

Value is changed, and EnableMinorVersions is set to false, EnableModeration is set to false, or the specified value is not a workflow identifier that is associated with the list. Error code: -2146232832.

Remarks

It must be an empty GUID if there is no default content approval workflow.

See Also

Reference

List Class

List Members

Microsoft.SharePoint.Client Namespace