Click or drag to resize

ModifyItemAction Fields

The ModifyItemAction type exposes the following members.

Fields
  NameDescription
Public fieldErrorHandler
Specifies an error handling method in case an exception occures during the execution of the action.
(Inherited from BaseAction.)
Public fieldFields
Contains the fields that are defined for the modified item.
(Inherited from BaseUpdatableAction.)
Public fieldItemIdExpression
Specifies one or more ID's of items to modify.
Public fieldListUrlExpression
Specifies the URL of the list the item is located. This URL can be relative to the workflow item's web.
Public fieldPermissions
Specifies new permission assignments.
Public fieldRunWithElevatedPrivileges
If enabled, the action is executed with elevated privileges.
(Inherited from ElevatedBaseAction.)
Public fieldTagModifications
Contains the tags that are applied to the modified item.
(Inherited from BaseUpdatableAction.)
Public fieldUpdateMode
Specifies the method that is used to update the list item.
Top
See Also