baseBinderChange Data Type

Base class representing a change that has occurred in a binder.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
action string element 0/1 The action that was performed on the changed entity. Possible values are:
  • add
  • modify
  • delete
date dateTime element 0/1 Date and time that the change occurred.
type string element 0/1 Type of entity that changed. Possible values are:
  • binder
  • folder_entry
  • file

Example

<b----->
  <type>...</type>
  <action>...</action>
  <date>...</date>
</b----->