Partilhar via


WaitForDocumentStatusActivity.LogEvent Method

Logs a workflow event to the workflow history list.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Sub LogEvent ( _
    description As String _
)
'Usage
Dim description As String

Me.LogEvent(description)
protected void LogEvent(
    string description
)

Parameters

Remarks

The description is displayed on the workflow status page.

See Also

Reference

WaitForDocumentStatusActivity Class

WaitForDocumentStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace