SPListItem.EnsureWorkflowInformation-Methode
Das Element Workflowinformationen überprüft und aktualisiert gegebenenfalls Sie, um sicherzustellen, dass die aktuellste Informationen verwendet wird.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub EnsureWorkflowInformation
'Usage
Dim instance As SPListItem
instance.EnsureWorkflowInformation()
public void EnsureWorkflowInformation()
Hinweise
Diese Methode ruft die EnsureWorkflowInformation(Boolean, Boolean) -Methode mit beiden Parametern auf true festgelegt, um sicherzustellen, dass die aktuelle Workflowinformationen verwendet wird.