Interface IEventReceiverDefinition
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Base class that defines general properties of an event receiver for lists and webs
public interface IEventReceiverDefinition : IDataModel<IEventReceiverDefinition>, IDataModelParent, IDataModelWithContext, ISupportModules<IEventReceiverDefinition>, IDataModelGet<IEventReceiverDefinition>, IDataModelLoad<IEventReceiverDefinition>, IDataModelDelete, IQueryableDataModel
- Inherited Members
- Extension Methods
Properties
All
A special property used to add an asterisk to a $select statement
object All { get; }
Property Value
EventType
The types of events that can be handled by event receivers.
EventReceiverType EventType { get; set; }
Property Value
ReceiverAssembly
The fully-qualified name of the assembly that contains the event receiver for the feature.
string ReceiverAssembly { get; }
Property Value
ReceiverClass
The class name of the event receiver for the feature.
string ReceiverClass { get; }
Property Value
ReceiverId
The identifier of the receiver for the event.
Guid ReceiverId { get; }
Property Value
ReceiverName
The name of the receiver for the event.
string ReceiverName { get; set; }
Property Value
ReceiverUrl
The URL of the receiver for the event.
string ReceiverUrl { get; set; }
Property Value
SequenceNumber
The integer that represents the relative sequence of the event.
int SequenceNumber { get; set; }
Property Value
Synchronization
Enumeration that specifies the synchronization state for the event receiver.
EventReceiverSynchronization Synchronization { get; set; }