ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGeotriggerNotificationProperties Class / RequestedActions Property

In This Topic
    RequestedActions Property
    In This Topic
    Gets or sets list of recommended actions that the author intends to be taken for this Geotrigger. Actions can be any strings that are supported by geotrigger enabled apps in your organization and should cover all possible 'action' values returned from evaluation of expressionInfo.expression.
    Syntax
    public string[] RequestedActions {get; set;}
    Public Property RequestedActions As String()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also