Helper Class
Provides functionality to declarative, code-free, rules-based workflow editors such as Microsoft SharePoint Designer.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.WorkflowActions.Helper
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Class Helper
'Usage
Dim instance As Helper
public class Helper
Remarks
Although the class is used primarily by code-free workflow editors, you can reuse the methods contained in the Helper class when you create custom activities.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.