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:
DisplayName
: Gets or sets the display name of the layer.Id
: Gets or sets the ID of the layer.IsDynamic
: Gets or sets a value indicating whether the layer is dynamic.IsVisible
: Gets or sets a value indicating whether the layer is set to visible.LayerSource
: Gets or sets the layer source of the layer (used with dynamic layers).LayerUrl
: Gets or sets Url of the layer.MapServiceId
: Gets or sets the ID of the map service.MapServiceUrl
: Gets or sets the map service Url.Name
: Gets or sets the name of the layer.PropertyValue
: Gets or sets the property value.Token
: Gets or sets the security token.
Version Information:
Supported from: Geocortex Essentials 4.0, Geocortex Viewer for Silverlight 2.0, Geocortex Viewer for HTML5 2.0.
For more information: