Get Layer Info By Property Activity

Description:

Gets a list of information from layers containing a given property name.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Geocortex.Workflow.Activities.ExternalActivityBase
        Geocortex.Workflow.Activities.GetLayerInfoByProperty

Function:

This activity allows a workflow to obtain a list of information from the layers that contain the supplied custom property name.

The property name must correspond to a public property of a layer.

In a Workflow:

You could use this activity to determine the layer Url to use in a QueryTask.

Properties:

Name Description

In Arguments

Property Name

The name of the property on the Geocortex layer.

Misc

Display Name

GetLayerInfoByProperty

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

Layers Info List

The list of layer info by map service.

The EssentialsLayerInfo Class:

The Geocortex.Essentials.Client.EssentialsLayerInfo type exposes the following properties:

Version Information:

Supported from: Geocortex Essentials 4.0, Geocortex Viewer for Silverlight 2.0, Geocortex Viewer for HTML5 2.0.

For more information:

EssentialsLayerInfo Class