Helper Members

Include Protected Members
Include Inherited Members

Provides functionality to declarative, code-free, rules-based workflow editors such as Microsoft SharePoint Designer.

The Helper type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public methodStatic member AsDNBoolean Attempts to coerce a Boolean value from the specified object and workflow instance.
Public methodStatic member AsDNDateTime Attempts to coerce a DateTime object from the specified object and workflow instance.
Public methodStatic member AsDNDouble Attempts to coerce a Double from the specified object and workflow instance.
Public methodStatic member AsDNInt32 Attempts to coerce an Int32 from the specified object and workflow instance.
Public methodStatic member AsDNSPItemKey Attempts to coerce a SPItemKey from the specified object and workflow instance.
Public methodStatic member AsDNString Attempts to coerce a String from the specified object and workflow instance.
Public methodStatic member AsSPItemKeyExceptNullNoConvert Attempts to coerce an SPItemKey object from a given object and workflow instance.
Public methodStatic member CheckPermission(WorkflowContext, String, SPItemKey, ArrayList, ArrayList, String, SPItemKey) Checks for valid permissions on specific list or list items during the execution of the specified workflow instance.
Public methodStatic member CheckPermission(WorkflowContext, String, Int32, ArrayList, ArrayList, String, Int32) Checks for valid permissions on specific list or list items during the execution of the specified workflow instance.
Public methodStatic member CheckPermission(WorkflowContext, Guid, SPItemKey, ArrayList, ArrayList, Guid, SPItemKey, Boolean) Checks for valid permissions on a specific list or list item during the execution of the specified workflow instance.
Public methodStatic member CheckPermission(WorkflowContext, Guid, Int32, ArrayList, ArrayList, Guid, Int32, Boolean) Checks for valid permissions on specific list or list items during the execution of the specified workflow instance.
Public methodStatic member CheckPermissionExact(WorkflowContext, String, SPItemKey, ArrayList, ArrayList, String, SPItemKey) Checks for specific user permissions for a specific list or list items during the execution of the specified workflow instance.
Public methodStatic member CheckPermissionExact(WorkflowContext, String, Int32, ArrayList, ArrayList, String, Int32) Checks for specific user permissions for a specific list or list items during the execution of the specified workflow instance.
Public methodStatic member Compare(String, Object, Object) Compares two objects by using a string that represents an evaluation operator and the WorkflowContext, in order to retrieve properties from the active workflow instance.
Public methodStatic member Compare(WorkflowContext, String, Object, Object) Compares two objects by using a string that represents an evaluation operator and the WorkflowContext, in order to retrieve properties from the active workflow instance.
Public methodStatic member CreatedBy(WorkflowContext, String, SPItemKey, String) Retrieves the name of the creator of a list item and compares it to a specified name. If the values match the method returns true.
Public methodStatic member CreatedBy(WorkflowContext, String, Int32, String) Finds the creator of the specified SharePoint Foundation list item and compares it to a specified name.
Public methodStatic member CreatedInRange(WorkflowContext, String, SPItemKey, DateTime, DateTime) Checks whether a specified list item was created within a specific date range.
Public methodStatic member CreatedInRange(WorkflowContext, String, Int32, DateTime, DateTime) Retrieves a list of SharePoint Foundation list items that are created within a range of specified dates.
Public methodStatic member CurrentCulture Returns the relevant culture information of a specific workflow instance.
Public methodStatic member CurrentDate() Retrieves the current system date and time.
Public methodStatic member CurrentDate(WorkflowContext, Guid, SPItemKey) Retrieves the current date of a specified list item.
Public methodStatic member CurrentDate(WorkflowContext, Guid, Int32) Retrieves the current system date of a specified SharePoint Foundation list item.
Public methodStatic member CurrentDate(WorkflowContext, String, SPItemKey) Retrieves the current date of a specified list item.
Public methodStatic member CurrentDate(WorkflowContext, String, Int32) Retrieves the current system date of a specified SharePoint Foundation list item either by its GUID or display name.
Public methodStatic member CurrentUICulture Retrieves culture information about the specified workflow instance.
Public methodStatic member CustomLookupBool(WorkflowContext, String, SPItemKey, String) Retrieves a Boolean value from a specified field in a list or list item.
Public methodStatic member CustomLookupBool(WorkflowContext, String, Int32, String) Retrieves the Boolean value of a field for a specified SharePoint Foundation list and list item.
Public methodStatic member CustomLookupDateTime(WorkflowContext, String, SPItemKey, String) Retrieves the DateTime value of a specified field.
Public methodStatic member CustomLookupDateTime(WorkflowContext, String, Int32, String) Retrieves the DateTime value of a field for a specified SharePoint Foundation list and list item.
Public methodStatic member CustomLookupDouble(WorkflowContext, String, SPItemKey, String) Retrieves the Double value of a specified field.
Public methodStatic member CustomLookupDouble(WorkflowContext, String, Int32, String) Retrieves the double value from a field for a specified SharePoint Foundation list and list item.
Public methodStatic member CustomLookupFriendlyString(WorkflowContext, String, SPItemKey, String) Retrieves a string value from a field for a specific list and list item.
Public methodStatic member CustomLookupFriendlyString(WorkflowContext, String, Int32, String) Retrieves a string value from a field for a specified SharePoint Foundationlist and list item.
Public methodStatic member CustomLookupInt(WorkflowContext, String, SPItemKey, String) Retrieves a Int32 value from a field for a specific list and list item.
Public methodStatic member CustomLookupInt(WorkflowContext, String, Int32, String) Retrieves an integer value from a field for a specified SharePoint Foundation list item.
Public methodStatic member CustomLookupString(WorkflowContext, String, SPItemKey, String) Retrieves a String value from a field for a specific list and list item.
Public methodStatic member CustomLookupString(WorkflowContext, String, Int32, String) Retrieves a string value from a field for a specified SharePoint Foundation list and list item.
Public methodStatic member CustomLookupUser(WorkflowContext, String, SPItemKey, String) Retrieves the user login value from a specified field and list.
Public methodStatic member CustomLookupUser(WorkflowContext, String, Int32, String) Retrieves a user logon value for a specified SharePoint Foundation list item from a specified field.
Public methodStatic member DateTimeToDoubleAsSecondsExceptNull Attempts to coerce a DateTime value into a Double object representing the seconds portion of the DateTime object.
Public methodStatic member DateTimeToInt32AsSecondsExceptNull Attempts to coerce a Datetime object into a Int32 value.
Public methodStatic member DateTimeToSecondsDouble Attempts to coerce a DateTime value into a Double object representing the seconds portion of the DateTime object.
Public methodStatic member DateTimeToSecondsInt32 Converts the specified time instance to a value that represents the number of seconds since midnight 1/1/1900.
Public methodStatic member DateTimeToStringISO Converts the specified instant in time to its equivalent string representation using the ISO 8601 format (yyyy-mm-ddThh:mm:ssZ).
Public methodStatic member DateTimeToStringLongDate Converts the specified time instance value to a long date value.
Public methodStatic member DateTimeToStringLongTime Converts the specified time instance to a long time pattern value.
Public methodStatic member DateTimeToStringShortDate Converts the specified time instance to a short date value.
Public methodStatic member DateTimeToStringShortTime Converts the specified the instant in time to a short time value.
Public methodStatic member DisplayNameAsText Retrieves and returns the display name of a user based on the specified user login name.
Public methodStatic member DoubleToDateTimeAsSecondsExceptNull Converts a value into an instant in time.
Public methodStatic member DynamicString(Activity, String) Produces a string from the input string based on a workflow activity.
Public methodStatic member DynamicString(WorkflowContext, Activity, String) Produces a string from the input string, based on a workflow context and workflow activity.
Public methodStatic member DynamicStringForCondition Produces a string from the input string based on a workflow context.
Public methodStatic member DynamicStringForXml Converts the specified dynamic string to a string in XML format.
Public methodStatic member EmailAddressAsText Retrieves and returns the email of a user address based on the specified user login name.
Public method Equals (Inherited from Object.)
Public methodStatic member ExceptionDoesNotDisableWorkflow Determines whether the specified exception stops the workflow but does not prohibit it from running again.
Public methodStatic member FileExistInWeb Verifies whether a specified file exists in a specified SharePoint Foundation Web site.
Public methodStatic member FileSizeIs(WorkflowContext, String, SPItemKey, Double, Double) Verifies that a specified SharePoint Foundation list item is within a specified size range.
Public methodStatic member FileSizeIs(WorkflowContext, String, Int32, Double, Double) Verifies that a specified SharePoint Foundation list item is within a specified size range.
Public methodStatic member FileTypeIs(WorkflowContext, String, SPItemKey, String) Determines whether the specified document type name matches the value of the DocIcon field of the specified list item.
Public methodStatic member FileTypeIs(WorkflowContext, String, Int32, String) Checks the DocIcon field of a specified SharePoint Foundation list item for a specified document type.
Protected method Finalize (Inherited from Object.)
Public methodStatic member Find(WorkflowContext, Guid, Int32, String, Guid, String) Finds the field value of an external list that matches an associated field, list, and list item by using the GUID of the associated list identifier (ID).
Public methodStatic member Find(WorkflowContext, String, Int32, String, String, String) Finds the field value of an external list that matches an associated field, list, and list item, by using the list identifier (ID) or list name of the associated list.
Public methodStatic member FindValue(WorkflowContext, Guid, String, Object) Finds an item in a list that contains a field value that matches the specified value.
Public methodStatic member FindValue(WorkflowContext, String, String, Object) Finds an item in a list that contains a field value that matches the specified value.
Public methodStatic member FindValueWithKey(WorkflowContext, Guid, String, Object) Gets the item in the specified list that contains the specified field value.
Public methodStatic member FindValueWithKey(WorkflowContext, String, String, Object) Gets the item in the specified list that contains the specified field value.
Public methodStatic member FindWithKey(WorkflowContext, Guid, SPItemKey, String, Guid, String) Gets the item in the specified list based on the value of the field for the item in the associated list.
Public methodStatic member FindWithKey(WorkflowContext, String, SPItemKey, String, String, String) Gets the item in the specified list based on the value of the field for the item in the associated list.
Public methodStatic member FormattedCurrency Converts a value to a currency value.
Public methodStatic member GetArrayList Creates a dynamic array with the specified array elements.
Public methodStatic member GetDefaultContentTypeId Retrieves the default content type ID for a list.
Public methodStatic member GetFieldDisplayName Retrieves the display name value from a specified field.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetListGuid Retrieves a list GUID from a specified list name or list identifier (ID).
Public method GetType (Inherited from Object.)
Public methodStatic member GetUserId Gets the ID of the user with the specified user login name.
Public methodStatic member HTLookupBool Gets the value of the specified field in the specified hash table.
Public methodStatic member HTLookupDateTime Gets the instant in time value of the specified field in the specified hash table.
Public methodStatic member HTLookupDouble Gets the double-precision 64-bit floating-point value of the specified field in the specified hash table.
Public methodStatic member HTLookupFriendlyString Gets the string value of the specified field in the specified hash table.
Public methodStatic member HTLookupInt Gets the integer value of the specified field in the specified hash table.
Public methodStatic member HTLookupString Gets the value of the specified field in the specified hash table.
Public methodStatic member HTLookupUser Gets the login name of the user in the specified hash table.
Public methodStatic member Int32ToDateTimeAsSecondsExceptNull Converts an integer value into an instant in time.
Public methodStatic member Int64ToDateTimeAsSecondsExceptNull Converts an integer value into an instant in time.
Public methodStatic member IsNotNullZeroEmptyFalse Verifies whether the specified value is not null , zero, empty, or false.
Public methodStatic member IsValidUser Verifies whether the specified user is an SPUser.
Public methodStatic member LoginNameAsText Gets the user login name based on the specified user login name.
Public methodStatic member LookupBool(WorkflowContext, Guid, SPItemKey, String) Retrieves the Boolean value of a field for the specified item in the specified list.
Public methodStatic member LookupBool(WorkflowContext, Guid, Int32, String) Retrieves the Boolean value of a field for a specified SharePoint Foundation list item when the list item GUID is known.
Public methodStatic member LookupBool(WorkflowContext, String, SPItemKey, String) Retrieves the Boolean value of a field for the specified list item.
Public methodStatic member LookupBool(WorkflowContext, String, Int32, String) Retrieves the Boolean value of a field for a specified SharePoint Foundation list item when the list item GUID or list name is known.
Public methodStatic member LookupColumnDataOnlyAsDateTime Gets a local instant in time from the specified string.
Public methodStatic member LookupColumnDataOnlyAsDouble Gets a double-precision 64-bit floating-point value from the specified string.
Public methodStatic member LookupColumnDataOnlyAsId Gets a list item based on the specified string.
Public methodStatic member LookupColumnDataOnlyAsInteger Gets an integer value from the specified string.
Public methodStatic member LookupColumnDataOnlyAsString Gets a string value from the specified string.
Public methodStatic member LookupDateTime(WorkflowContext, Guid, SPItemKey, String) Retrieves the instant in time for a specified SharePoint Foundation list item when the list GUID and list item are known.
Public methodStatic member LookupDateTime(WorkflowContext, Guid, Int32, String) Retrieves the DateTime value of a field for a specified SharePoint Foundation list item when the list item GUID is known.
Public methodStatic member LookupDateTime(WorkflowContext, String, SPItemKey, String) Retrieves the instant in time of a field for a specified SharePoint Foundation list item.
Public methodStatic member LookupDateTime(WorkflowContext, String, Int32, String) Retrieves the DateTime value of a field for a specified SharePoint Foundation list item when the list item GUID is known.
Public methodStatic member LookupDouble(WorkflowContext, Guid, SPItemKey, String) Retrieves the value of a field for the specified SharePoint Foundation list item.
Public methodStatic member LookupDouble(WorkflowContext, Guid, Int32, String) Retrieves the double value from a field for a specified SharePoint Foundation list item when the list GUID is known.
Public methodStatic member LookupDouble(WorkflowContext, String, SPItemKey, String) Retrieves the value of a field for a specified SharePoint Foundation item in a specified list.
Public methodStatic member LookupDouble(WorkflowContext, String, Int32, String) Retrieves the double value for a specified SharePoint Foundation list item from a specified field when the list GUID or the list name is known.
Public methodStatic member LookupFriendlyString(WorkflowContext, Guid, SPItemKey, String) Retrieves the string value of a field for the specified list item.
Public methodStatic member LookupFriendlyString(WorkflowContext, Guid, Int32, String) Retrieves a string value from a field for a specified SharePoint Foundation list item when the list GUID is known.
Public methodStatic member LookupFriendlyString(WorkflowContext, String, SPItemKey, String) Retrieves the value of a field for the specified list item.
Public methodStatic member LookupFriendlyString(WorkflowContext, String, Int32, String) Retrieves a string value from a field for a specified SharePoint Foundation list item when the list GUID is known.
Public methodStatic member LookupIdOnly Gets a list item based on the specified string.
Public methodStatic member LookupIdOnlyAsInteger Gets the ID of a list item based on the specified lookup string.
Public methodStatic member LookupInt(WorkflowContext, Guid, SPItemKey, String) Retrieves the integer value of a field for the specified list item.
Public methodStatic member LookupInt(WorkflowContext, Guid, Int32, String) Retrieves an integer value from a field for a specified SharePoint Foundation list item when the list GUID is known.
Public methodStatic member LookupInt(WorkflowContext, String, SPItemKey, String) Retrieves the integer value of a field for the specified list item.
Public methodStatic member LookupInt(WorkflowContext, String, Int32, String) Retrieves an integer value from a field for a specified SharePoint Foundation list item when the list GUID or list name is known.
Public methodStatic member LookupString(WorkflowContext, Guid, SPItemKey, String) Retrieves the string value of a field for the specified list item.
Public methodStatic member LookupString(WorkflowContext, Guid, Int32, String) Retrieves a string value from a field for a specified SharePoint Foundation list item when the list GUID is known.
Public methodStatic member LookupString(WorkflowContext, String, SPItemKey, String) Retrieves the string value of a field for the specified list item.
Public methodStatic member LookupString(WorkflowContext, String, Int32, String) Retrieves a string value from a field for a specified SharePoint Foundation list item when the list GUID or list name is known.
Public methodStatic member LookupUser(WorkflowContext, Guid, SPItemKey, String) Retrieves the user login name for the specified list item.
Public methodStatic member LookupUser(WorkflowContext, Guid, Int32, String) Retrieves a user login name from a field for a specified SharePoint Foundation list item when the list GUID is known.
Public methodStatic member LookupUser(WorkflowContext, String, SPItemKey, String) Retrieves the user login name for the specified list item.
Public methodStatic member LookupUser(WorkflowContext, String, Int32, String) Retrieves a user login name from a field for a specified SharePoint Foundation list item when the list GUID or list name is known.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member MinimumSharePointDate Returns the minimum date and time that can be entered in Microsoft SharePoint Foundation.
Public methodStatic member ModifiedBy(WorkflowContext, String, SPItemKey, String) Verifies whether the specified user was the last person to modify the specified list item.
Public methodStatic member ModifiedBy(WorkflowContext, String, Int32, String) Verifies that a specific user was the last person to modify a list item.
Public methodStatic member ModifiedInRange(WorkflowContext, String, SPItemKey, DateTime, DateTime) Verifies whether the specified list item was modified within the specified date range.
Public methodStatic member ModifiedInRange(WorkflowContext, String, Int32, DateTime, DateTime) Verifies whether a SharePoint Foundation list item has been modified within a specified date range.
Public methodStatic member MultiChoiceCommaSeperated Extracts a multi-choice string from the specified string.
Public methodStatic member MultiDisplayNameSemicolon Gets a set of display names of the users from the specified formatted string.
Public methodStatic member MultiEmailAddressSemicolon Gets a set of email addresses of the users from the specified formatted string.
Public methodStatic member MultiLoginNameSemicolon Takes a collection of users and returns a string that is a concatenation of the users’ login names delimited by semicolons.
Public methodStatic member MultiLookupColumnDataOnly Gets the column data portions based on the specified lookup string.
Public methodStatic member MultiLookupIdOnly Gets the set of IDs based on the specified lookup string.
Public methodStatic member MultiUserIDSemicolon Gets a set of IDs of the users from the specified formatted string.
Public methodStatic member NoteAsPlainText Converts rich text to plain text.
Public methodStatic member ProcessStringField Retrieves a string that represents the value of a specified workflow variable.
Public methodStatic member ResolveToDisplayName Retrieves the display name of a user that is contained in a SharePoint Foundation user field.
Public methodStatic member ResolveToEmailName Retrieves an e-mail name or a list of e-mail names of all users associated with the SharePoint Foundation web object found in the WorkflowContext.Web property.
Public methodStatic member ResolveToUserName Retrieves the user name of a SharePoint Foundation user when the e-mail address is supplied.
Public methodStatic member ResolveUserField Returns the login name of the specified user, a delimited list of login names of the specified list of users, or the specified string if it does not resolve to a login name or names.
Public methodStatic member ResolveUsernameOrNull Ensures that the specified user login name or group name exists and returns it.
Public methodStatic member SecondsDoubleToDateTime Converts a double-precision 64-bit floating-point value to an instant in time.
Public methodStatic member SecondsInt32ToDateTime Converts an integer value to an instant in time.
Public methodStatic member SecondsInt64ToDateTime Converts an integer value to an instant in time.
Public methodStatic member TestListItem(WorkflowContext, Guid, SPItemKey, String, String, Object) Verifies whether the specified value matches the value of the field found in the specified list item of the specified list.
Public methodStatic member TestListItem(WorkflowContext, Guid, Int32, String, String, Object) Compares a SharePoint Foundation list item field value to a specified value when the list GUID is known.
Public methodStatic member TestListItem(WorkflowContext, String, SPItemKey, String, String, Object) Verifies whether the specified value matches the value of the field found in the specified list item of the specified list.
Public methodStatic member TestListItem(WorkflowContext, String, Int32, String, String, Object) Compares a SharePoint Foundation list item field value to a specified value when the list GUID or name is known.
Public methodStatic member ToBooleanExceptNull Converts a specified value into an equivalent Boolean value.
Public methodStatic member ToDateTime Converts a specified value into an equivalent DateTime value.
Public methodStatic member ToDateTimeExceptNull Attempts to coerce a value into a DateTime object.
Public methodStatic member ToDouble Converts a specified value into a double data type.
Public methodStatic member ToDoubleExceptNull Converts a specified the value into an equivalent Double value.
Public methodStatic member ToInt32 Converts a specified value into an equivalent Int32 value.
Public methodStatic member ToInt32ExceptNull Coerces an object into an Int32.
Public methodStatic member ToSPItemKey Coerces an object into an SPItemKey object.
Public methodStatic member ToSPItemKeyExceptNull Coerces an object into an SPItemKey object.
Public method ToString() (Inherited from Object.)
Public methodStatic member ToString(WorkflowContext, Object) Converts a specified object into a string data type.
Public methodStatic member ToStringExceptNull Coerces an object into a String.
Public methodStatic member URLAsDescriptionText Extracts the description text from a URL/description key/value pair.
Public methodStatic member URLAsURLText Extracts the URL portion from a URL/description key/value pair.
Public methodStatic member UseItemId Coerces a Object to an SPItemKey using AsSPItemKeyExceptNullNoConvert(WorkflowContext, Object) which retrieves an SPItemKey object and then returns the Id property of the result.
Public methodStatic member UseItemKey Coerces a Object to an SPItemKey using AsSPItemKeyExceptNullNoConvert(WorkflowContext, Object).
Public methodStatic member UserIDAsInteger Returns the user ID when provided user’s login name.
Public methodStatic member UserIDAsNumber Returns the user ID as a Double when provided the user’s login name.
Public methodStatic member UserIDAsText Returns the user ID as a String when provided the user’s login name.
Public methodStatic member WILookupBool(WorkflowContext, String) Looks up and returns the value of the specified Boolean field and workflow. The Boolean fields available are AllowDefaultContentApproval, AllowManual, AutoStartChange, AutoStartCreate, and PermissionsManual.
Public methodStatic member WILookupBool(WorkflowContext, String, SPItemKey, String) Looks up and returns the value of the specified Boolean field and workflow. The Boolean fields available are AllowDefaultContentApproval, AllowManual, AutoStartChange, AutoStartCreate, and PermissionsManual.
Public methodStatic member WILookupBool(WorkflowContext, String, Int32, String) Looks up and returns the value of the specified Boolean field and workflow. The Boolean fields available are AllowDefaultContentApproval, AllowManual, AutoStartChange, AutoStartCreate, and PermissionsManual.
Public methodStatic member WILookupDateTime(WorkflowContext, String) Looks up and returns a DateTime object from the specified field in the given workflow context.
Public methodStatic member WILookupDateTime(WorkflowContext, String, SPItemKey, String) Looks up and returns a DateTime object from the specified SPItemKey field in the given workflow context.
Public methodStatic member WILookupDateTime(WorkflowContext, String, Int32, String) Looks up and returns a DateTime object from the specified field in the given workflow context.
Public methodStatic member WILookupFriendlyString(WorkflowContext, String) Looks up the specified field in the given workflow context and returns a String containing the value of the field.
Public methodStatic member WILookupFriendlyString(WorkflowContext, String, SPItemKey, String) Looks up the specified field in the given workflow context and returns a String containing the value of the field based on the exclusions specified.
Public methodStatic member WILookupFriendlyString(WorkflowContext, String, Int32, String) Looks up the value of the specified field and workflow context. Results are filtered based on the values specified in ignorestr and ignoreint.
Public methodStatic member WILookupString(WorkflowContext, String) Looks up the specified field in the given workflow context object and returns it if it is a String. Otherwise, it returns the result of the ToString() method.
Public methodStatic member WILookupString(WorkflowContext, String, SPItemKey, String) Looks up the specified field in the given workflow context object and returns it if it is a String. Otherwise, it returns the result of the ToString() method. The results exclude what is specified in the ignorestr and ignoreitemkey parameters.
Public methodStatic member WILookupString(WorkflowContext, String, Int32, String) Looks up the specified field in the given workflow context object and returns it if it is a String. Otherwise, it returns the result of the ToString() method. The results exclude what is specified in the ignorestr and ignoreitemkey parameters.
Public methodStatic member WILookupUser(WorkflowContext, String) Looks up and returns the value of the specified user field in the given workflow context.
Public methodStatic member WILookupUser(WorkflowContext, String, SPItemKey, String) Looks up and returns the value of the specified user field in the given workflow context. The results are filtered by the exclusions specified in ignorestr and ignoreitemkey.
Public methodStatic member WILookupUser(WorkflowContext, String, Int32, String) Looks up and returns the value of the specified user field in the given workflow context. The results are filtered by the exclusions specified in ignorestr and ignoreint.
Public methodStatic member WordsInTitle(WorkflowContext, String, SPItemKey, String) Verifies that a word or words are included in the title of the specified list item.
Public methodStatic member WordsInTitle(WorkflowContext, String, Int32, String) Verifies that a word or words are included in the title of a specified SharePoint Foundation list item.

Top

See Also

Reference

Helper Class

Microsoft.SharePoint.WorkflowActions Namespace