Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets extended details about an activity that is represented by the ISPActivityDetailsSerializable object.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function GetActivityDetails As String
'Usage
Dim instance As ISPActivityDetailsSerializable
Dim returnValue As String
returnValue = instance.GetActivityDetails()
string GetActivityDetails()
Return Value
Type: System.String
The extended activity details.
Remarks
This method is used to provide custom status information for an activity in a workflow. If the activity class has custom status activity details, this implementation should format and return them for the workflow.
See Also
Reference
ISPActivityDetailsSerializable Interface