| DeleteNCMCodeSetup Method | |
| See Also Example |
- pINCMCodeSetupParams
- The key of the NCM code to be deleted.
Deletes an existing NCM code.
The NCM code is specified by its key (AbsEntry), which is contained in the NCMCodeSetupParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteNCMCodeSetup( _
ByVal pINCMCodeSetupParams As NCMCodeSetupParams _
) |
- pINCMCodeSetupParams
- The key of the NCM code to be deleted.
You cannot delete an NCM code that is associated with a DNF code, an item, or an item group.
| Deleting an NCM code (C#) | Copy Code | |
|---|---|---|
| ||