The Action type exposes the following members.

Properties

  NameDescription
ActionType
Gets the type of the action.
AfterTime
Gets the formula that will be evaluated to deicde when a timed action will be triggered.
AlertMessage
Gets the alert message formula for the action.
AvailableTo
Gets the formula that will be evaluated to decide which users will have access to this action, if it is a user action.
ChainedAction
Gets the chained action formula, for a user action.
CloneFolder
Gets a value indicating whether this Action will clone the folder.
Description
For a creation user action, gets the description for the action.
EventCount
Gets the number of events that have occurred with this action.
FieldUsage
Gets the field usage for the action.
FoldersPassThroughCount
Gets the number of folders that have passed through this action.
Form
Gets the form used in this action, if it is a user action.
FromStage
Gets the stage that the action comes from.
Group
For a creation user action, gets or sets the group for the action.
IsCreation
Gets a value indicating whether this action is a creation action.
IsLoopback
Gets a value indicating whether this action is a loopback action.
LoopbackOption
Indicates what will happen to the folder's To Do list after returning from a loopback action.
MapName
Gets the name of the map that this action belongs to.
Name
Gets the name of the action.
Priority
Gets the priority of the action.
RaiseFlag
Gets the name of the flag that this action will raise.
ReopenFolder
Gets a value indicating whether this action will reopen the folder, if this is a user action.
Server
Gets the server.
(Inherited from DatabaseAware.)
ToStage
Gets the name of the stage that the action is going to.
TriggeredByFlag
Gets the name of the flag that will trigger this action.
UserActionType
For a user action, gets the type of the user interaction required.
WhenCompleted
Gets the formula that will be evaluated when the action is completed.
WhenStarted
Gets the formula that will be evaluated when the action is started.

See Also