List Item Event Info
Defines the parameters to define a list item event.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.ListItemEventInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.ListItemEventInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| ListName |
String. The name of the list.
|
Pages
|
false
|
true
|
| ClassName |
String. The class name implementing the event receiver.
|
Collaboris.Utils.Tests.TestEventReceiver
|
false
|
true
|
| AssemblyName |
String. The full assembly name containing the event receiver.
|
Collaboris.Utils.Tests, version=2.0.0.0,Culture=neutral, PublicKeyToken=182db3eac6a9e195
|
false
|
true
|
| EventReceiverType |
Nullable`1. The type of receiver.
Note : For a list of possible values please look at 'SPEventReceiverType Enumeration (Microsoft.SharePoint)'.
|
ItemAdded
|
false
|
true
|