ItemChangeType Class

Definition

The ItemChangeType class contains an item identifier and the updates to apply to the item.

public ref class ItemChangeType
public class ItemChangeType
Public Class ItemChangeType
Inheritance
ItemChangeType

Constructors

ItemChangeType()

The ItemChangeType constructor initializes a new instance of the ItemChangeType class.

Properties

Item
Updates

The UpdatesUpdates property gets or sets an array that defines append, set, and delete changes to item properties. This property is required.

Applies to