ExtractSubstringFromIndexLengthActivity Class

Extracts a substring from a workflow variable string at a given index in the string and for a specified length.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.ExtractSubstringFromIndexLengthActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(ExtractSubstringFromIndexLengthActivityValidator))> _
Public Class ExtractSubstringFromIndexLengthActivity _
    Inherits Activity
'Usage
Dim instance As ExtractSubstringFromIndexLengthActivity
[ActivityValidatorAttribute(typeof(ExtractSubstringFromIndexLengthActivityValidator))]
public class ExtractSubstringFromIndexLengthActivity : Activity

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

ExtractSubstringFromIndexLengthActivity Members

Microsoft.SharePoint.WorkflowActions Namespace