Ant Organisation Ltd documentation

ActivityInstance.AddResponse Method (AuthenticatedUser, User, String, String, AntConnection, AntTransaction)

Adds a response to this activity instance

public void AddResponse(
   AuthenticatedUser authenticatedUser,
   User user,
   string response,
   string comment,
   AntConnection connection,
   AntTransaction transaction
);

Parameters

authenticatedUser
Logged on user
user
User who is making the response
response
Response that is made
comment
Comment to add to the response
connection
Connection to use to write the response
transaction
Transaction on which to write the response

See Also

ActivityInstance Class | Ant.Workflow Namespace | ActivityInstance.AddResponse Overload List