DeleteItems Method

Summary

This method is no longer supported, as result of a method to delete items from the context being extraneous.

Syntax
C#
VB
C++
public void DeleteItems( 
   int participantCoupon, 
   string[] itemNames, 
   int contextCoupon 
) 
Sub DeleteItems( _ 
   ByVal participantCoupon As Integer, _ 
   ByVal itemNames() As String, _ 
   ByVal contextCoupon As Integer _ 
)  
void DeleteItems(  
   int participantCoupon, 
   array<String^>^ itemNames, 
   int contextCoupon 
)  

Parameters

participantCoupon
The participant coupon.

itemNames
The item names.

contextCoupon
The context coupon.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly