SPWeb.InsertAlertEvent method
Inserts an event in the events table.
Overload list
Name | Description | |
---|---|---|
InsertAlertEvent(Guid, String, Int32, SPReusableAcl) | Inserts an event in the events table for the specified custom prematching GUID, event data, event type, and reusable access control list (ACL). | |
InsertAlertEvent(Guid, String, Int32, []) | Inserts an event in the events table for the specified custom prematching GUID, event data, event type, and access control list (ACL). |
Top