Interface IPluginEventContext2
Context for CreateMultiple or UpdateMultiple plugin event. Also compatible with Create and Update.
Inherited Members
Namespace: Hsl.Xrm.Sdk.Plugin
Assembly: Hsl.Xrm.Sdk.Plugin.dll
Syntax
public interface IPluginEventContext2 : IBasePluginEventContext, IEventContext
Properties
Targets
List of records being created/updated
Declaration
IReadOnlyList<TargetItem> Targets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<TargetItem> |