Transfer From Client <T> Activity
Description:
An activity that transfers arbitrary data from a client application to the server.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.NativeActivity
Geocortex.Workflow.Activities.ExternalActivityBase
Geocortex.Workflow.Activities.TransferFromClient
Function:
This activity provides a simple way to send a object that is serializable from the client to the server. A custom handler must be provided on the client to process this activity and provide the data object.
In a Workflow:
This activity is useful in any scenario where you need to pass a single object or value from the client application to the server.
Properties:
Name | Description |
---|---|
Misc |
|
Display Name |
TransferFromClient<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. |
Out Arguments |
|
Data |
The data coming from the client |
Version Information:
Supported from: Geocortex Essentials 3.0.