Table of Contents

Interface IPluginEventContext2

Namespace
Hsl.Xrm.Sdk.Plugin
Assembly
Hsl.Xrm.Sdk.Plugin.dll
public interface IPluginEventContext2 : IBasePluginEventContext, IEventContext
Inherited Members

Properties

Targets

List of records being created/updated

IReadOnlyList<ITargetItem<Entity>> Targets { get; }

Property Value

IReadOnlyList<ITargetItem<Entity>>

Methods

GetTraceLog()

Returns the contents of the trace log. Plugin constructor must set EnableGetTraceLog to true in order to use this method.

string? GetTraceLog()

Returns

string