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
description
Type: System.StringThe description of the event.
Remarks
The description is displayed on the workflow status page.
See Also
Reference
WaitForDocumentStatusActivity Class