SPList.DefaultContentApprovalWorkflowId - Propriété
Obtient ou définit l'identificateur global unique (GUID) d'une association de flux de travail est utilisée pour gérer le processus d'approbation du contenu pour la liste.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property DefaultContentApprovalWorkflowId As Guid
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Guid
value = instance.DefaultContentApprovalWorkflowId
instance.DefaultContentApprovalWorkflowId = value
public Guid DefaultContentApprovalWorkflowId { get; set; }
Valeur de propriété
Type : System.Guid
Un objet System.Guid qui identifie une association de flux de travail qui a déjà été ajoutée à la liste.