Interface IPluginEventContext2
public interface IPluginEventContext2 : IBasePluginEventContext, IEventContext
- Inherited Members
Properties
Targets
List of records being created/updated
IReadOnlyList<ITargetItem<Entity>> Targets { get; }
Property Value
Methods
GetTraceLog()
Returns the contents of the trace log. Plugin constructor must set EnableGetTraceLog to true in order to use this method.
string? GetTraceLog()