SPEventHostType enumeration
SharePoint 2013
Specifies the object type that is hosting the event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| Invalid | Not used. | |
| Site | The event host is a site collection. | |
| Web | The event host is a site. | |
| List | The event host is a list. | |
| ListItem | The event host is a list item. | |
| ContentType | The event host is a content type. | |
| Workflow | The event host is a workflow. | |
| Feature | The event host is a SharePoint feature. | |
| WorkflowList | The event host is a workflow task list. |
Show: