ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleDefinition Class / GetExcludeFromClientEvaluation Method

In This Topic
    GetExcludeFromClientEvaluation Method
    In This Topic
    Gets if the rule is to be excluded from client evaluation - that is the rule will NOT be evaluated by the application or client locally before applying the edits to the workspace. Instead the rule will only be evaluated once edits are applied. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool GetExcludeFromClientEvaluation()
    Public Function GetExcludeFromClientEvaluation() As Boolean

    Return Value

    A value indicating if the rule is to be excluded from client evaluation.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    A geodatabase-related exception has occurred.
    Remarks
    Not all clients have the capability to run all of the available rules so authors can exclude certain rules from client evaluation. This parameter is not applicable for validation rule or calculation rule types if the batch parameter value is set.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also