Helper Class

The members of the Helper class are used by Windows SharePoint Services 3.0 to provide functionality to declarative, code-free, rules-based workflow editors such as Microsoft Office SharePoint Designer 2007.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.WorkflowActions.Helper

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

Syntax

Public Class Helper

Dim instance As Helper
public class Helper

Remarks

Although used primarily by code-free workflow editors, you can reuse the methods contained in the Helper class when you are creating 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.

See Also

Reference

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace