Show / Hide Table of Contents

    Class PluginGeneralConfiguration

    General configuration settings for PluginBase2

    Inheritance
    System.Object
    PluginGeneralConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Hsl.Xrm.Sdk.Plugin
    Assembly: Hsl.Xrm.Sdk.Plugin.dll
    Syntax
    public class PluginGeneralConfiguration

    Properties

    EnableNonBulkMessageCompatibility

    Allows IPluginEventContext2.Targets to be used with Create and Update messages.

    Declaration
    public bool? EnableNonBulkMessageCompatibility { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    TraceConfiguration

    Configures tracing/logging for the plugin.

    Declaration
    public PluginTraceConfiguration TraceConfiguration { get; set; }
    Property Value
    Type Description
    PluginTraceConfiguration
    Back to top Hsl.Xrm.Sdk