Transfer To Client <T> Activity
Description:
An activity that transfers arbitrary data from the server to a client application.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.NativeActivity
Geocortex.Workflow.Activities.ExternalActivityBase
Geocortex.Workflow.Activities.TransferToClient
Function:
This activity provides a simple way to send an object from the server to the client. A custom handler must be provided on the client to process this activity. The Dynamic External Activity can accomplish the same thing with multiple objects at once.
In a Workflow:
This activity is useful in any scenario where you need to pass a single object or value from the server to the client application.
Properties:
Name | Description |
---|---|
In Arguments |
|
Data |
The data content being sent to the client |
Misc |
|
Display Name |
TransferToClient<int32> You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain. |
External Id |
An activity handler within a client can reference this particular activity using this external identifier. |
Version Information:
Supported from: Geocortex Essentials 3.0.