ExtractSubstringFromIndex members

Defines a workflow activity that is used to extract a substring from a specified string at a given index.

The ExtractSubstringFromIndex type exposes the following members.

Constructors

  Name Description
Public method ExtractSubstringFromIndex Initializes a new instance of the ExtractSubstringFromIndex class.

Top

Properties

  Name Description
Protected property CacheId (Inherited from Activity.)
Protected property Constraints (Inherited from Activity.)
Public property DisplayName (Inherited from Activity.)
Public property Id (Inherited from Activity.)
Protected property Implementation (Inherited from Activity.)
Public property Index Gets or sets the index in the string from which to extract the specified substring.
Public property Result (Inherited from Activity<String>.)
Public property ResultType (Inherited from ActivityWithResult.)
Public property Value Gets or sets the string from which to extract a substring from at the given index.

Top

Methods

  Name Description
Protected method CacheMetadata (Inherited from Activity.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

See also

Reference

ExtractSubstringFromIndex class

Microsoft.SharePoint.WorkflowServices.Activities namespace