Inserts an event in the events table for the specified custom prematching GUID, event data, event type, and access control list (ACL).
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub InsertAlertEvent ( _
key As Guid, _
eventData As String, _
eventType As Integer, _
acl As Byte() _
)
用法
Dim instance As SPWeb
Dim key As Guid
Dim eventData As String
Dim eventType As Integer
Dim acl As Byte()
instance.InsertAlertEvent(key, eventData, _
eventType, acl)
public void InsertAlertEvent(
Guid key,
string eventData,
int eventType,
byte[] acl
)
参数
key
类型:System.GuidA System.Guid that represents the prematching identifier.
eventData
类型:System.StringA Collaborative Application Markup Language (CAML) string that contains the event data.
eventType
类型:System.Int32A 32-bit integer that specifies the event type.
acl
类型:[]A byte array that contains the ACL.
备注
The InsertAlertEvent method requires minimum author privileges to execute.