List.DefaultContentApprovalWorkflowId - Propriété
Gets or sets a value that specifies the default workflow identifier for content approval on the list.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property DefaultContentApprovalWorkflowId As Guid
Get
Set
'Utilisation
Dim instance As List
Dim value As Guid
value = instance.DefaultContentApprovalWorkflowId
instance.DefaultContentApprovalWorkflowId = value
public Guid DefaultContentApprovalWorkflowId { get; set; }
Valeur de propriété
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. |
Remarques
It must be an empty GUID if there is no default content approval workflow.