IItemsChangeItems Property |
IT Hit User File System
Array of items that are changing.
For create and population operations this is an array of children items.
For update, move and delete operations this list always conains a single item.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax ChangeEventItem[] Items { get; }
ReadOnly Property Items As ChangeEventItem()
Get
property array<ChangeEventItem^>^ Items {
array<ChangeEventItem^>^ get ();
}
abstract Items : ChangeEventItem[] with get
Property Value
Type:
ChangeEventItemSee Also