InteropService.EnableEvents method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Sub EnableEvents ( _
listId As Guid, _
itemGuid As Guid _
)
'Usage
Dim instance As InteropService
Dim listId As Guid
Dim itemGuid As Guid
instance.EnableEvents(listId, itemGuid)
public virtual void EnableEvents(
Guid listId,
Guid itemGuid
)
Parameters
- listId
Type: System.Guid
- itemGuid
Type: System.Guid