ItemChangeType Members
Include Protected Members
Include Inherited Members
The ItemChangeType class contains an item identifier and the updates to apply to the item.
The ItemChangeType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ItemChangeType | The ItemChangeType constructor initializes a new instance of the ItemChangeType class. |
Top
Properties
Name | Description | |
---|---|---|
Item | ||
Updates | The UpdatesUpdates property gets or sets an array that defines append, set, and delete changes to item properties. This property is required. |
Top